1 2 3 4
#!/bin/bash GOPATH=$PWD go get -v service-web GOPATH=$PWD GOARCH=arm GOOS=linux go install service-web