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 #263

Merged
merged 1 commit into from Jan 31, 2019
Merged

Conversation

d3zd3z
Copy link
Contributor

@d3zd3z d3zd3z commented Jan 31, 2019

Recent versions of Go (v1.11) have built-in support for modules. With
this change, and at least v1.11 of Go, it is possible to simply cd to
the newt directory, and type go build to build go. It is no longer
necessary to setup a GOPATH, or use build.sh.

As Module support stabilizes, the dep files Gopkg.toml and
Gopkg.lock can go away, and the vendor directory recreated by running
go mod vendor.

Fixes #262

Recent versions of Go (v1.11) have built-in support for modules.  With
this change, and at least v1.11 of Go, it is possible to simply cd to
the `newt` directory, and type `go build` to build go.  It is no longer
necessary to setup a GOPATH, or use `build.sh`.

As Module support stabilizes, the dep files `Gopkg.toml` and
`Gopkg.lock` can go away, and the vendor directory recreated by running
`go mod vendor`.

Fixes apache#262
@sterlinghughes sterlinghughes merged commit 807d1d1 into apache:master Jan 31, 2019
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 this pull request may close these issues.

None yet

2 participants