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

go get is not working #43

Open
stalker1917 opened this issue Oct 24, 2022 · 1 comment
Open

go get is not working #43

stalker1917 opened this issue Oct 24, 2022 · 1 comment

Comments

@stalker1917
Copy link

There is an error when typing "go get github.com/akavel/rsrc" :
go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.

@servusdei2018
Copy link

There is an error when typing "go get github.com/akavel/rsrc" : go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module.

This is merely an issue of outdated documentation. Recent versions of go use go get as dependency management and no longer to install a program. To install a program, use go install, like so: go install github.com/akavel/rsrc.

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