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 now deprecated. New installation guide is required #73

Open
JustAnotherResearcher opened this issue Sep 23, 2022 · 4 comments

Comments

@JustAnotherResearcher
Copy link

Since go get is now deprecated:

New installation guide is required, since go install is not installing examples folder and gf patterns cannot work without them.

@kirisakow
Copy link

kirisakow commented Sep 25, 2022

Related: PR #62

@josephwandery
Copy link

Did anyone find a solution to this?

@wiredd1
Copy link

wiredd1 commented Aug 3, 2024

Please if anyone knows the solution reply because the developer isnt looking into it

@bazzofx
Copy link

bazzofx commented Oct 13, 2024

To install use
go install github.com/tomnomnom/gf@latest

Then to add the examples to ~/.gf do the following
Find where the example files is first

find / -name examples 2> /dev/null | grep github | grep gf
cd to [directory found on your output from previous command]
mkdir ~/.gf
cp * ~/.gf

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

5 participants