AjayTripathy 3f3a48712d commit all dependencies 7 лет назад
..
Makefile 3f3a48712d commit all dependencies 7 лет назад
README.md 3f3a48712d commit all dependencies 7 лет назад
issue260.pb.go 3f3a48712d commit all dependencies 7 лет назад
issue260.proto 3f3a48712d commit all dependencies 7 лет назад
issue260pb_test.go 3f3a48712d commit all dependencies 7 лет назад
models.go 3f3a48712d commit all dependencies 7 лет назад

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.