all repos — gomponents @ 4904eaacb6cd50fb18d0db4cb6e1a568b104ab86

HTML components in pure Go

Merge remote-tracking branch 'upstream/main'

Alan Pearce
commit

4904eaacb6cd50fb18d0db4cb6e1a568b104ab86

parent

b9d3c0f0ff17145c373c7bed0f923037f85c40a6

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A .golangci.yml
@@ -0,0 +1,7 @@
+version: "2" + +linters: + settings: + staticcheck: + dot-import-whitelist: + - "go.alanpearce.eu/gomponents/html"