We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e6dde commit 9ee8588Copy full SHA for 9ee8588
bin/darwin_amd64/mailf
3.27 MB
bin/windows_amd64/mailf.exe
2.8 MB
work.profile
@@ -1,4 +1,6 @@
1
#source command me
2
export GOPATH=`pwd`
3
export GO15VENDOREXPERIMENT=1
4
-# go install -ldflags '-s -w' hoge/exec/hogehoge
+# GOOS=linux GOARCH=amd64 go install -ldflags '-s -w' hoge/exec/hoge
5
+# GOOS=windows GOARCH=amd64 go install -ldflags '-s -w' hoge/exec/hoge
6
+# GOOS=darwin GOARCH=amd64 go install -ldflags '-s -w' hoge/exec/hoge
0 commit comments