Skip to content

Commit 0adae32

Browse files
committed
Add build.bat script
1 parent 78edde1 commit 0adae32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set GOOS=linux
2+
go build
3+
set GOOS=windows
4+
go build

0 commit comments

Comments
 (0)