1
0
mirror of https://github.com/fatedier/frp synced 2025-10-05 20:47:52 +08:00
frp/vendor/github.com/rodaine/table/makefile

10 lines
158 B
Makefile

.PHONY: lint
lint:
gofmt -d -s .
golint -set_exit_status ./...
go tool vet -all -shadow -shadowstrict .
.PHONY: test
test:
go test -v -cover -race ./...