@@ -0,0 +1,9 @@
#!/usr/bin/env bash
export CGO_ENABLED=0
export GO111MODULE=off
echo go build -trimpath \
-ldflags="all=-s -w -buildid= -X main.version=$(cat VERSION) -X main.buildtime=$(date +%FT%T%z)" \
-o pathway \
src/*.go
The note is not visible to the blocked user.