reg/vendor/github.com/gogo/protobuf/test/issue260
Jess Frazelle 58cebbaa58
switch to new cli package and update generated files and deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-15 17:48:35 -04:00
..
issue260.pb.go switch to new cli package and update generated files and deps 2018-07-15 17:48:35 -04:00
issue260.proto switch to new cli package and update generated files and deps 2018-07-15 17:48:35 -04:00
issue260pb_test.go switch to new cli package and update generated files and deps 2018-07-15 17:48:35 -04:00
Makefile update deps 2018-07-14 11:48:41 -04:00
models.go update deps 2018-07-14 11:48:41 -04:00
README.md update deps 2018-07-14 11:48:41 -04: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.