Dezier Hugo

Results 2 issues of Dezier Hugo

Hello gogo, thanks for your amazing library. I use a lot `[(gogoproto.nullable) = true];` and i recently switched to gRPC but i can't find a way to remove pointers on...

Probably related to: https://github.com/globalsign/mgo/pull/147 I have a struct with: ```go type Foo struct { Bar []string } ``` I need to differentiate `bar == nil` or `bar == []string{}`. When...