ducky/subscriptions
2015-10-04
Parent:fe8f092cc149
ducky/subscriptions/subscriptionsd/build-docker.sh
Document our client to make golint happy. Take care of all the documentation warnings in the client subpackage, which means golint now returns successfully.
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/ducky/subscriptions.hg/subscriptionsd/docker-subscriptionsd -ldflags "-X code.secondbit.org/ducky/subscriptions%2ehg.Version `hg id -i`" code.secondbit.org/ducky/subscriptions.hg/subscriptionsd