Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for Go v1.0 #1

Open
boggo opened this issue Apr 13, 2013 · 0 comments
Open

Changes for Go v1.0 #1

boggo opened this issue Apr 13, 2013 · 0 comments

Comments

@boggo
Copy link

boggo commented Apr 13, 2013

neural.go needs a few changes to compile in Go v1.0:

import statements:
rand needs to be math/rand
json needs to be encoding/json

time.Nanoseconds needs to be something like time.Now().UnixNano()

Ps. Thanks for sharing this library. Really helped me get started with Go.

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

No branches or pull requests

1 participant