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

Consider Migration to Go Modules #79

Closed
bensallen opened this issue Feb 18, 2019 · 2 comments · Fixed by #81
Closed

Consider Migration to Go Modules #79

bensallen opened this issue Feb 18, 2019 · 2 comments · Fixed by #81
Labels
enhancement New feature or request

Comments

@bensallen
Copy link
Contributor

It would be useful to migrate to Go Modules, eg:

go mod init
go mod vendor

The primary benefit is no longer having to make use of GOPATH.

@jlowellwofford
Copy link
Contributor

I'm going to play around with this. Independence of GOPATH would definitely be nice.

@jlowellwofford
Copy link
Contributor

I got a branch working with this ("feature/gomod" on my fork). I had to modify a few things to make it able to live outside of GOPATH, but I think I've got it mostly sorted out. Running a few tests, and then will probably merge it.

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

Successfully merging a pull request may close this issue.

2 participants