@@ -2,8 +2,11 @@
version=$(git describe --always)
go test ./... || exit 1
for goos in darwin linux freebsd ; do
for goarch in amd64 386 ; do
echo "$goos-$goarch"
export GOOS="$goos"
export GOARCH="$goarch"
go build -ldflags "-X main.Version $version" \
The note is not visible to the blocked user.