diff --git a/buildExc.bat b/buildExc.bat index e4f000f..c599314 100644 --- a/buildExc.bat +++ b/buildExc.bat @@ -1,3 +1 @@ -set GOOS=linux -set GOARCH=amd64 -go build -o ../bin/gokins main.go \ No newline at end of file +go build -o bin/gokins main.go \ No newline at end of file