nilai default golang struct

type User struct {
  Name string `default "john doe"` 
}
Restu Wahyu Saputra