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