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
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
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 #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:
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 #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: