From ac437100e9c92d08cbaf987280a848802a751ef6 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 27 Sep 2025 12:04:13 -0600 Subject: [PATCH] chore: let golangci-lint autofix issues --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 080485627eff910603e2e46dcf41a0b47b092853..c5f8f53ac5647d2963ad25e0ab5cee278cfe61ec 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,7 @@ fmt: lint: # Linting Go source code - golangci-lint run + golangci-lint run --fix staticcheck: # Performing static analysis