Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gota installation error on Go. 1.18 MAC OS X #191

Open
alirezastack opened this issue Jul 14, 2022 · 1 comment
Open

Gota installation error on Go. 1.18 MAC OS X #191

alirezastack opened this issue Jul 14, 2022 · 1 comment

Comments

@alirezastack
Copy link

I've tried to install Gota on MAC OS X 12.1 with Go 1.18 and the below error pops out:

% go get -v https://github.com/go-gota/gota            
go: malformed module path "https:/github.com/go-gota/gota": invalid char ':'

I can install other Go packages with no issues. Is that invalid character related to OS?

@stkrzysiak
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants