fix readme,

update go mod
This commit is contained in:
2025-03-12 00:09:18 +00:00
parent f1407fd045
commit a446bbd923
3 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: build clean test
.PHONY: build clean test dev-init
build: clean
@echo "======================== Building Binary ======================="
@@ -23,4 +23,8 @@ test:
go tool pprof -top mem.prof
@rm -f mem.prof
@rm -f test.test
@rm -f test.test
dev-init:
apt install minify
go get -t wfa/test