Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Go < 1.9: Compatibility issue #386

Open
corona10 opened this issue Nov 8, 2017 · 2 comments
Open

Go < 1.9: Compatibility issue #386

corona10 opened this issue Nov 8, 2017 · 2 comments

Comments

@corona10
Copy link
Contributor

corona10 commented 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 #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

@sinramyeon
Copy link

I tried to use it Go 1.8 and 1.7 and some test were failed. Which go versions are compatible?

@corona10
Copy link
Contributor Author

corona10 commented Mar 8, 2018

@hero0926 For test. Use 1.9 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants