From ca4cf1b184c13d6e2194313269a43c6502a3b780 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 1 Mar 2024 14:39:03 +0700 Subject: [PATCH] chore: remove go fix --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c1c7156..75d79bc 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ coverage-html: coverage go tool cover -html=coverage.out lint: - go fix ./... golangci-lint run ./... format: