mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-23 06:41:09 +00:00
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>