commit | 6a502fd348c5df62b02841e99dfd19011657706a | [log] [tgz] |
---|---|---|
author | Ibrahim AshShohail <me@ibrasho.com> | Sun Jun 17 16:14:15 2018 +0300 |
committer | Bryan C. Mills <bcmills@google.com> | Wed Jun 20 17:18:52 2018 +0000 |
tree | 3c4e201ad1f08ee8949c9c553ad5f19d7111d76e | |
parent | f574d316627652354b92fbdf885a2b2f7ea7dac9 [diff] |
cmd/go/internal/modcmd: remove the "-add" prefix from "go mod" flags Change-Id: I71da97cbf623c3612c109b789825b238480c8e97 Reviewed-on: https://go-review.googlesource.com/119320 Reviewed-by: Bryan C. Mills <bcmills@google.com>
This repository holds a prototype of what the go command might look like with integrated support for package versioning.
See research.swtch.com/vgo for documents about the design.
Use go get -u golang.org/x/vgo
.
You can also manually git clone the repository to $GOPATH/src/golang.org/x/vgo
.
See CONTRIBUTING.md.
This is still a very early prototype. You are likely to run into bugs. Please file bugs in the main Go issue tracker, golang.org/issue, and put the prefix x/vgo:
in the issue title.
Thank you.