all repos — homestead @ 02344e6cb41515516464de403e2eae1caac81e5c

Code for my website

switch from templ to gomponent

Alan Pearce
commit

02344e6cb41515516464de403e2eae1caac81e5c

parent

4034ac2a849b499364d82b902896ca899d946c3a

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"