feat: Add custom prefix/suffix to various "formats" options

This commit is contained in:
2019-12-10 02:27:53 +00:00
parent ba8616db4c
commit 4d4fa6fe36
38 changed files with 1076 additions and 228 deletions

View File

@@ -17,7 +17,7 @@ lint:
.PHONY: test
test: needs-build
cd test && go test -v ./...
cd test && go test -count=1 -v ./...
.PHONY: needs-build
needs-build: