update go mod, remove unused make test target

This commit is contained in:
2026-07-17 21:38:50 +00:00
parent 46ce47da00
commit bf7d84813e
2 changed files with 12 additions and 15 deletions
-3
View File
@@ -5,9 +5,6 @@ build: clean
mkdir -p dist
CGO_ENABLED=0 go build -ldflags="-s -w" -v -o dist/ .
test: clean
go run .
clean:
@echo "======================== Cleaning Project ======================"
go clean