github.com/glycerine/zebrapack@v4.1.1-0.20181107023619-e955d028f9bf+incompatible/slides/depra2 (about) 1 type A struct { 2 Name string `zid:"0"` 3 Bday time.Time `zid:"1"` 4 Phone string `zid:"2"` 5 Sibs int `zid:"3"` 6 GPA struct{} `zid:"4" msg:",deprecated"` // a deprecated field should have its type changed to struct{}, as well as being marked msg:",deprecated" 7 Friend bool `zid:"5"` 8 }