update port
This commit is contained in:
14
vendor/github.com/mozillazg/go-unidecode/Makefile
generated
vendored
Normal file
14
vendor/github.com/mozillazg/go-unidecode/Makefile
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user