Files
faas/gateway/vendor/github.com/gogo/protobuf/test/issue260
Alex Ellis f954bf0733 Merge master into breakout_swarm
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-02-01 09:29:54 +00:00
..
2018-02-01 09:29:54 +00:00
2018-02-01 09:29:54 +00:00
2018-02-01 09:29:54 +00: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.