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

Unable to Install gf with go latest version. go get command got depreciated and not working with install command #63

Closed
sz3cur3 opened this issue Jan 10, 2022 · 4 comments

Comments

@sz3cur3
Copy link

sz3cur3 commented Jan 10, 2022

image

@rudSarkar
Copy link

Check your $GOPATH bin folder, I think it installed already with the @latest command

@n3k00n3
Copy link

n3k00n3 commented Mar 31, 2022

try to use

go install -v github.com/tomnomnom/gf@latest

@CodeNameDuchess007
Copy link

CodeNameDuchess007 commented Apr 5, 2022

@rudSarkar is correct, ensure your $GOPATH is correctly input in the proper file to reflect the terminal environment you are using, for example .zshrc or .bashrc. From the looks of it, you are using zsh. That file should be located in ~/.zshrc. I JUST installed it using the following command:

go install github.com/tomnomnom/gf@latest

Then you will be able to follow the rest of the steps and get started with the tool.

@sz3cur3
Copy link
Author

sz3cur3 commented Jun 28, 2022

Check your $GOPATH bin folder, I think it installed already with the @latest command

It was path issue only.
image

@sz3cur3 sz3cur3 closed this as completed Jun 28, 2022
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

4 participants