update go mod, remove unused make test target

This commit is contained in:
alu
2026-07-17 21:36:56 +00:00
parent f3defe4157
commit cd0ecf1a90
2 changed files with 11 additions and 14 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