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
The go command allows downloading branches using the @branch syntax. This fails if the branch name is more involved:
❯ go get -d github.com/muka/go-bluetooth@bluez/5.63
go get: github.com/muka/go-bluetooth@bluez/5.63: invalid version: version "bluez/5.63" invalid: disallowed version string
What did you expect to see?
No error if specified branch exists
What did you see instead?
Error
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
The go command allows downloading branches using the
@branch
syntax. This fails if the branch name is more involved:What did you expect to see?
No error if specified branch exists
What did you see instead?
Error
The text was updated successfully, but these errors were encountered: