Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Update go install command #643

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update go install command #643

wants to merge 2 commits into from

Conversation

mihow
Copy link

@mihow mihow commented Aug 10, 2022

Using the previous command I get the error:

go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
ubuntu@gpu:~$ go install github.com/prasmussen/g

Using the previous command I get the error:

> go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.
ubuntu@gpu:~$ go install github.com/prasmussen/g
@mihow mihow marked this pull request as ready for review August 10, 2022 22:09
@gauenk
Copy link

gauenk commented Sep 2, 2022

I just went through these same steps. I was about to submit a PR when I found @mihow already has one open.

@gauenk
Copy link

gauenk commented Sep 23, 2022

I had to install gdrive again and I came back to this same pull request because I remembered the install directions that work for me live here.

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

Successfully merging this pull request may close these issues.

None yet

2 participants