chore: add golds (wip)

main
sudo pacman -Syu 2023-01-18 00:04:49 +07:00
parent 8d5c63b8db
commit c518272fb9
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all test test-color coverage coverage-cli coverate-html lint format build
.PHONY: all test test-color coverage coverage-cli coverate-html lint format build clean docs
all: test-color lint format
go mod tidy
@ -33,3 +33,7 @@ build: clean
clean:
rm -rf gofimports
docs:
go install go101.org/golds@latest
golds ./...