mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
93a04158fd
gvt fetch -a, because we need the protobuf files etc for regeneration |
||
---|---|---|
.. | ||
issue260.pb.go | ||
issue260.proto | ||
issue260pb_test.go | ||
Makefile | ||
models.go | ||
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.