protobuf-go/cmd/protoc-gen-go
Damien Neil 7e5c64778d cmd/protoc-gen-go: fix forwarding decls for inf and NaN defaults
Floating-point defaults of -inf, +inf, and NaN must be generated as
vars rather than consts. Fix the forwarding declaration for public
imports of these vars. (Was "const", is now "var".)

Change-Id: Ic6dc90ab7f88378ba477bff39e047de5f5193c35
Reviewed-on: https://go-review.googlesource.com/c/151757
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2018-11-29 23:43:35 +00:00
..
internal_gengo cmd/protoc-gen-go: fix forwarding decls for inf and NaN defaults 2018-11-29 23:43:35 +00:00
testdata cmd/protoc-gen-go: fix forwarding decls for inf and NaN defaults 2018-11-29 23:43:35 +00:00
golden_test.go internal/scalar: add scalar package for primitive wrappers 2018-11-28 07:06:11 +00:00
main.go protogen: add an option to rewrite import paths 2018-09-28 21:19:59 +00:00