Files
gonic/vendor/github.com/mozillazg/go-unidecode/Makefile
2019-04-17 21:56:08 +01:00

15 lines
198 B
Makefile

help:
@echo "test run test"
@echo "lint run lint"
.PHONY: test
test:
go test -v -cover
.PHONY: lint
lint:
gofmt -s -w . table unidecode
golint .
golint table
go vet