Valor padrão de Golang Struct

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