mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
added package version api, dependencies upgrade
This commit is contained in:
5
scripts/build.sh
Executable file
5
scripts/build.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p bin
|
||||
echo building go-proxy version ${VERSION}, build flags \"${BUILD_FLAGS}\"
|
||||
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/go-proxy ./cmd
|
||||
Reference in New Issue
Block a user