auth

Paddy 2015-12-14 Parent:aa14e29b666f

182:cd5f07f9811b Go to Latest

auth/authd/build-docker.sh

Update nsq import path. go-nsq has moved to nsqio/go-nsq, so we need to update the import path appropriately.

History
1 docker run -it -e "CGO_ENABLED=0" -e "GOOS=linux" -v $GOPATH:/gopath google/golang go build -v -a -installsuffix cgo -o /gopath/src/code.secondbit.org/auth.hg/authd/docker-authd -ldflags "-X code.secondbit.org/auth%2ehg.Version `hg id -i`" code.secondbit.org/auth.hg/authd