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

go.mod: add module file #699

Merged
merged 1 commit into from
Sep 11, 2018
Merged

go.mod: add module file #699

merged 1 commit into from
Sep 11, 2018

Commits on Sep 11, 2018

  1. go.mod: add module file

    Go 1.11 is now released with preliminary support for Go modules.
    If a repository is checked outside of the GOPATH, then the Go toolchain will
    use the module support by default. However, it requires a go.mod file so that
    the toolchain can derive the import paths of all packages living under the
    tree containing the go.mod file.
    dsnet committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ff18bd8 View commit details
    Browse the repository at this point in the history