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
this is the output currently, we can modify the go tool to strip the http or https and download the code. I would like to work on this if it is accepted!
The text was updated successfully, but these errors were encountered:
Sorry. go get works on package names, not urls. Adding support to transparently convert urls to package paths would confuse this message and also bloom into a rash of additional feature requests for other url styles to be support (ssh:// ?)
bradfitz
changed the title
strip the http or https:// of go get https://girhub.com/xyz
cmd/go: strip the http or https:// of go get https://github.com/xyz
Nov 15, 2019
~$ go get https://github.com/kabukky/journey
package https:/github.com/kabukky/journey: "https://" not allowed in import path.
this is the output currently, we can modify the go tool to strip the http or https and download the code. I would like to work on this if it is accepted!
The text was updated successfully, but these errors were encountered: