techengine

Results 2 comments of techengine

The below steps worked for me. 1. By default my **$GOPATH** was **$HOME/go** ( /root/go ) 2. After we have our go path set, do **go get github.com/struCoder/pmgo** 3. Then...

Another way it worked for me. My env values **$GOPATH = /home/joe/go** **please make sure that you the below set** `export GOPATH=$HOME/go` whenever we type the command `pmgo start my_project...