github.com/gogo/protobuf@v1.3.2/test/issue260/README.md (about)

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