mirror of
https://github.com/fatedier/frp.git
synced 2025-07-29 09:18:11 +00:00
packages: add package github.com/rodaine/table
This commit is contained in:
9
vendor/github.com/rodaine/table/makefile
generated
vendored
Normal file
9
vendor/github.com/rodaine/table/makefile
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
.PHONY: lint
|
||||
lint:
|
||||
gofmt -d -s .
|
||||
golint -set_exit_status ./...
|
||||
go tool vet -all -shadow -shadowstrict .
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
go test -v -cover -race ./...
|
Reference in New Issue
Block a user