root@calvin:~/GoVPN# make -C govpn-3.2 all
make: Entering directory `/root/GoVPN/govpn-3.2'
make -C src
make[1]: Entering directory `/root/GoVPN/govpn-3.2/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/GoVPN/govpn-3.2/src'
GOPATH= go build -ldflags "-X govpn.Version " govpn/cmd/govpn-client
can't load package: package govpn/cmd/govpn-client: cannot find package "govpn/cmd/govpn-client" in any of:
/usr/lib/go/src/pkg/govpn/cmd/govpn-client (from $GOROOT)
($GOPATH not set)
make: *** [govpn-client] Error 1
make: Leaving directory `/root/GoVPN/govpn-3.2'