mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-29 18:32:46 +00:00
7e5c64778d
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>