refactor backend API structure

This commit is contained in:
CJACK
2026-04-26 06:58:20 +08:00
parent 8a91fef6ab
commit abc96a37d8
207 changed files with 2675 additions and 1344 deletions

View File

@@ -4,4 +4,7 @@ set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
cd "$ROOT_DIR"
export GOCACHE="${GOCACHE:-${ROOT_DIR}/.tmp/go-build-cache}"
mkdir -p "$GOCACHE"
go test ./... "$@"