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.