We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3410c1f commit 3927c6aCopy full SHA for 3927c6a
Makefile
@@ -2,7 +2,7 @@ test:
2
go test -count 1 -timeout 30s -run ^Test ./...
3
4
bench:
5
- go test -benchmem -run=^$$ -bench . github.com/lxzan/gws
+ go test -benchmem -run=^$$ -bench . github.com/lxzan/hasaki
6
7
cover:
8
go test -coverprofile=./bin/cover.out --cover ./...
0 commit comments