From 1b083a4c5bc20a8625df8bac8eea1cf922f4708b Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:15:07 -0400 Subject: [PATCH] feat(go): Added dupl. --- templates/go/.golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/go/.golangci.yml b/templates/go/.golangci.yml index daf4ab6..97c184b 100644 --- a/templates/go/.golangci.yml +++ b/templates/go/.golangci.yml @@ -8,6 +8,7 @@ linters: - contextcheck - decorder - depguard + - dupl - err113 - errchkjson - errorlint