From b20922da7dfa2ba30b7ab2d77cb52f66c417c36d Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 21 Dec 2023 03:00:21 +0700 Subject: [PATCH] chore: add go fix --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c70faa8..9d0502e 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ coverage-html: go tool cover -html=coverage.out lint: + go fix ./... golangci-lint run ./... format: