We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad1962 commit c9c479eCopy full SHA for c9c479e
build
@@ -21,7 +21,7 @@ do
21
r) ARGS="$ARGS -race";;
22
o) ARGS="$ARGS -o $OPTARG";;
23
p) ARGS="$ARGS -buildmode=pie";;
24
- s) ARGS="$ARGS -tags netgo,osusersgo,static" LDFLAGS="$LDFLAGS -extldflags '-static'" CGO_ENABLED=0;;
+ s) ARGS="$ARGS -tags netgo,osusergo,static" LDFLAGS="$LDFLAGS -extldflags '-static'" CGO_ENABLED=0;;
25
esac
26
done
27
0 commit comments