rebrand as GoDoxy

This commit is contained in:
yusing
2024-11-04 00:06:59 +08:00
parent 6dbee61742
commit f5cf716a91
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
mkdir -p bin
echo building go-proxy version ${VERSION}, build flags \"${BUILD_FLAGS}\"
echo building GoDoxy version ${VERSION}, build flags \"${BUILD_FLAGS}\"
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/go-proxy ./cmd