golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.54k stars 519 forks source link

Mention struct tags #187

Open AlekSi opened 7 years ago

AlekSi commented 7 years ago

Struct tags are widely used by Go standard library, but not mentioned in tour or Effective Go at all.

Izopi4a commented 7 years ago

+1

bgadrian commented 6 years ago

I don't think is an essential part of the golang, I would put it in a more advanced category. Structs already have I think 6 pages dedicated to it.