reg/vendor/github.com/gogo/protobuf/test/issue260
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
..
issue260.pb.go switch to dep 2017-12-11 14:50:55 -05:00
issue260.proto switch to dep 2017-12-11 14:50:55 -05:00
issue260pb_test.go switch to dep 2017-12-11 14:50:55 -05:00
Makefile switch to dep 2017-12-11 14:50:55 -05:00
models.go switch to dep 2017-12-11 14:50:55 -05:00
README.md switch to dep 2017-12-11 14:50:55 -05: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.