From 5667fc1d13b9de85cfdf119c5a8fe638ce193ca6 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 21 Dec 2023 03:22:12 +0700 Subject: [PATCH] chore: go fix --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76984c3..f7934d1 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ all: go mod tidy + $(MAKE) format $(MAKE) test-color $(MAKE) lint - $(MAKE) format $(MAKE) build $(MAKE) clean @@ -13,6 +13,7 @@ test-color: go-test-color -race -failfast ./... lint: + go fix ./... golangci-lint run ./... format: