Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upcmd/go: strip the http or https:// of go get https://github.com/xyz #12701
Comments
This comment has been minimized.
This comment has been minimized.
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:// ?) |
This comment has been minimized.
This comment has been minimized.
Okay, cool. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~$ 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!