From c518272fb997c74bb10f962f6ba46c72d65c96e1 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 18 Jan 2023 00:04:49 +0700 Subject: [PATCH] chore: add golds (wip) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c29125a..adb6de5 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...