You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We met some issues related to Go version.
For example, Go 1.9 moved to C99 float division.
As the result, we need to change unit test codes. (See google#384)
However, this approach is not cool enough to support old Go version.
So, we need to update unit tests codes to support Go < 1.9 also Go 1.9
The text was updated successfully, but these errors were encountered:
google#386 opened by @corona10 on Nov 8, 2017
We met some issues related to Go version.
For example, Go 1.9 moved to C99 float division.
As the result, we need to change unit test codes. (See google#384)
However, this approach is not cool enough to support old Go version.
So, we need to update unit tests codes to support Go < 1.9 also Go 1.9
The text was updated successfully, but these errors were encountered: