Hello,
I'm trying to use the tools and I'm getting the following error when I run make test :
/bin/bash: line 1: /bin/fgt: No such file or directory
I am a beginner in go, so maybe I'm not doing right.
What I done :
- Install go version 1.15.15
- Clone the repo
- run make build
- run make test
Could you help me please ?
Thanks