mirror of https://github.com/kubernetes/kops.git
|
|
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| Makefile | ||
| README.md | ||
| issue260.pb.go | ||
| issue260.proto | ||
| issue260pb_test.go | ||
| models.go | ||
README.md
The Bug
If in a message the following options are set:
typedeclfalsego_gettersfalsemarshallertrue
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.