Skip to content

Commit 9ee8588

Browse files
committed
cross compiled
1 parent 30e6dde commit 9ee8588

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bin/darwin_amd64/mailf

3.27 MB
Binary file not shown.

bin/windows_amd64/mailf.exe

2.8 MB
Binary file not shown.

work.profile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#source command me
22
export GOPATH=`pwd`
33
export GO15VENDOREXPERIMENT=1
4-
# go install -ldflags '-s -w' hoge/exec/hogehoge
4+
# 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

Comments
 (0)