...

Text file src/github.com/gogo/protobuf/test/issue260/README.md

Documentation: github.com/gogo/protobuf/test/issue260

     1# The Bug
     2
     3If in a message the following options are set:
     4
     5* `typedecl` `false`
     6* `go_getters` `false`
     7* `marshaller` `true`
     8
     9And one of the fields is using the `stdtime` and `nullable` `false` extension (to
    10use `time.Time` instead of the protobuf type), then an import to the _time_ package
    11is added even if it is not needed.

View as plain text