fresh
fresh copied to clipboard
fresh: command not find
I used go get -v -u github.com/pilu/fresh in ubuntu, but when I use fresh, I get the error about command not find. And I can't see the fresh in go/bin, but I can see the fresh in go/pkg. Could anyone give me some help to fix this issue?
try go install
using go install
does not make the fresh
command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh
I'm using Windows 11, with Go1.18.4
using
go install
does not make thefresh
command work for me. What I ended up having to do was use the full go run command:go run github.com/pilu/fresh
I'm using Windows 11, with Go1.18.4
Ok, thank you, I will try it.
using
go install
does not make thefresh
command work for me. What I ended up having to do was use the full go run command:go run github.com/pilu/fresh
I'm using Windows 11, with Go1.18.4
It does work!!!!! Thank you!!!!! 🥳🥳🥳🥳🥳🥳🥳🥳