From 09f29d4feed8d2726eaafd02e58965d002345306 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 1 Mar 2024 14:21:46 +0700 Subject: [PATCH] chore: remove go fix --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f7934d1..a2b9b9b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ test-color: go-test-color -race -failfast ./... lint: - go fix ./... golangci-lint run ./... format: