tomnomnom / gf

A wrapper around grep, to help you grep for things
MIT License
1.81k stars 318 forks source link

Update installation method of gf using GO. #62

Open ashishsecdev opened 2 years ago

ashishsecdev commented 2 years ago

Installing executables with 'go get' in module mode is deprecated, so we need to use 'go install' instead of 'go get'. So, updated the installation method accordingly in README document.

br0kenhax0r commented 2 years ago

Screenshot at 2022-01-30 01-05-15 Why This Is Not Installing?

ashishsecdev commented 2 years ago

Try after this - go clean -modcache