l@l-Freedom:~$ cd aro-cpu-miner/
l@l-Freedom:~/aro-cpu-miner$ go get && go build
package aro-cpu-miner/config: unrecognized import path "aro-cpu-miner/config" (import path does not begin with hostname)
package aro-cpu-miner/miner: unrecognized import path "aro-cpu-miner/miner" (import path does not begin with hostname)
ubuntu16.04
You have to put it in your GOPATH for compiling. That would be ~/go/src/ on Ubuntu 16.04 by default.