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
There's not suppose to be a protocol prefix, so remove https:/:
go get -v https://github.com/go-gota/gota
go: malformed module path "https:/github.com/go-gota/gota": invalid char ':'
go get -v github.com/go-gota/gota
go: added github.com/go-gota/gota v0.12.0
I've tried to install
Gota
on MAC OS X 12.1 with Go 1.18 and the below error pops out:I can install other Go packages with no issues. Is that invalid character related to OS?
The text was updated successfully, but these errors were encountered: