init
This commit is contained in:
5
build-linux.bat
Normal file
5
build-linux.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
set GOOS=linux
|
||||
set GOARCH=amd64
|
||||
set CGO_ENABLED=0
|
||||
go build -o gold-linux
|
||||
Reference in New Issue
Block a user