3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-01-22 02:04:10 +01:00
ergo/vendor/github.com/ergochat/webpush-go/v2/Makefile

7 lines
60 B
Makefile
Raw Normal View History

2025-01-14 03:47:21 +01:00
.PHONY: test
test:
go test .
go vet .
./.check-gofmt.sh