update port

This commit is contained in:
sentriz
2019-04-17 21:39:46 +01:00
parent 4cd9c0c39c
commit 6120fc81ef
230 changed files with 51757 additions and 2 deletions

14
vendor/github.com/mozillazg/go-unidecode/Makefile generated vendored Normal file
View 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