ducky/subscriptions
2015-09-30
Parent:fe8f092cc149
ducky/subscriptions/subscriptionsd/build-docker.sh
Update with comments for all exported functions. We now have golint-approved comments for all the exported functions in the subscriptions package. Next challenge: all the sub-packages!
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