mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-20 07:21:26 +02:00
refactor and dependencies upgrade
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p bin
|
||||
echo building GoDoxy version ${VERSION}, build flags \"${BUILD_FLAGS}\"
|
||||
echo building GoDoxy version "${VERSION}", build flags \""${BUILD_FLAGS}"\"
|
||||
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/godoxy ./cmd
|
||||
|
||||
Reference in New Issue
Block a user