refactor and dependencies upgrade

This commit is contained in:
yusing
2024-12-13 15:22:31 +08:00
parent 51b8806184
commit 843d7b2231
5 changed files with 24 additions and 24 deletions

View File

@@ -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