You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see this proposal as compelling. There's no way to make the -u flag work as-is, and if we set about devising a means of making it work then we start to reinvent git. I'm going to close this as nobody else has shown interest since it was proposed.
indeed, we only need a snapshot of source code, not all commit history of the code.
now ‘go get’ just support vcs(e.g. git), all them will pull a complete repo to local disk and then checkout a new
work copy of repo.
something i considered:
we can make ‘go get’ support directly download the source file(http or ftp) through go-import meta tag.
The text was updated successfully, but these errors were encountered: