ingress-nginx-helm/vendor/github.com/gogo/protobuf/test/issue260
Manuel de Brito Fontes bf5616c65b Replace godep with dep
2017-10-06 17:26:14 -03:00
..
issue260.pb.go Replace godep with dep 2017-10-06 17:26:14 -03:00
issue260.proto Replace godep with dep 2017-10-06 17:26:14 -03:00
issue260pb_test.go Replace godep with dep 2017-10-06 17:26:14 -03:00
Makefile Replace godep with dep 2017-10-06 17:26:14 -03:00
models.go Replace godep with dep 2017-10-06 17:26:14 -03:00
README.md Replace godep with dep 2017-10-06 17:26:14 -03:00

The Bug

If in a message the following options are set:

  • typedecl false
  • go_getters false
  • marshaller true

And one of the fields is using the stdtime and nullable false extension (to use time.Time instead of the protobuf type), then an import to the time package is added even if it is not needed.