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

Update readme for new instructions to fetch package with go module #117

Closed
nikkolasg opened this issue May 6, 2019 · 2 comments
Closed

Comments

@nikkolasg
Copy link
Collaborator

Drand uses now go modules but the readme instructions are not updated. I think people should be using GO111MODULE=on go get ... otherwise we run into issues like #116 .

@AnomalRoil
Copy link
Member

Also we might want to check that the docker stuff is still working now with Go modules?

AnomalRoil added a commit that referenced this issue May 7, 2019
Since we are now using Go modules, it seems there are a lot of details that need attention at setup.
This is trying to address them in the Readme.

Fixes #117
@nikkolasg
Copy link
Collaborator Author

drand now uses go modules by default, and with go1.14 i think it's by default

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

Successfully merging a pull request may close this issue.

2 participants