From 49d578565c3f9ebdd728677c435b63533e7777d3 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 1 Mar 2024 14:38:02 +0700 Subject: [PATCH] chore: remove go fix --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 99ab929..6097b65 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ coverage-html: go tool cover -html=coverage.out lint: - go fix ./... golangci-lint run ./... format: