switch from templ to gomponent
1 file changed, 6 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -19,3 +19,9 @@ - reassign - revive - sloglint - unconvert +issues: + exclude-rules: + - linters: + - revive + path: templates/ + text: "dot-imports"