ducky/subscriptions
2015-09-27
Parent:fe8f092cc149
ducky/subscriptions/subscriptionsd/build-docker.sh
Add comments, move ChangingSystemProperties to the api package. Add comments to all our exported types and variables in subscription.go, both to make golint happy and because it's good to have comments. Move the subscriptions.ChangingSystemProperties helper to api.changingSystemProperties, because it returns API-specific strings and there's no real reason it has to be in the subscriptions package--everything it needs to work on is exported.
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