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

Add support for Go modules #450

Closed
chfast opened this issue Nov 8, 2019 · 2 comments · Fixed by #486
Closed

Add support for Go modules #450

chfast opened this issue Nov 8, 2019 · 2 comments · Fixed by #486
Labels

Comments

@chfast
Copy link
Member

chfast commented Nov 8, 2019

No description provided.

@axic axic added the go label Dec 3, 2019
@axic
Copy link
Member

axic commented Dec 10, 2019

What are go modules and why are they useful here?

@chfast
Copy link
Member Author

chfast commented Dec 10, 2019

It is some kind of proper Go package for maintaining dependencies. I believe only go.mod file is needed as we don't have any dependencies. From now on go-ethereum and turbogeth are using go modules - this will allow adding evmc module as a dependency there.

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

Successfully merging a pull request may close this issue.

2 participants