kops/vendor/github.com/gogo/protobuf/test/issue260
Justin Santa Barbara 5ec12a7703 Run gazelle on vendor 2017-11-06 17:22:15 -05:00
..
BUILD.bazel Run gazelle on vendor 2017-11-06 17:22:15 -05:00
Makefile Populate vendor 2017-07-02 13:10:28 -04:00
README.md Populate vendor 2017-07-02 13:10:28 -04:00
issue260.pb.go Populate vendor 2017-07-02 13:10:28 -04:00
issue260.proto Populate vendor 2017-07-02 13:10:28 -04:00
issue260pb_test.go Populate vendor 2017-07-02 13:10:28 -04:00
models.go Populate vendor 2017-07-02 13:10:28 -04:00

README.md

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.