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 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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: