fix readme,
update go mod
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
Reference in New Issue
Block a user