Closed fanff closed 7 years ago
I think the run.sh script is not working :
Here is my try after an install.sh
# bash run.sh run.sh: line 6: ./src: No such file or directory
Here is my go version, I work inside a docker container :
# go version go version go1.8.3 linux/amd64
the script has this line I don't get :
cd src && ./src && cd ..
My fault, actually a src file is created after install.sh, then the "./src" means something.
I think the run.sh script is not working :
Here is my try after an install.sh
Here is my go version, I work inside a docker container :
the script has this line I don't get :
cd src && ./src && cd ..