enable formatting via golangci-lint
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/index.go → templates/index.go
@@ -3,11 +3,11 @@ import ( "time" - "github.com/dustin/go-humanize" "alin.ovh/elgit/data" g "alin.ovh/gomponents" c "alin.ovh/gomponents/components" . "alin.ovh/gomponents/html" + "github.com/dustin/go-humanize" ) func IndexPage(pd PageData, entries *data.Entries) g.Node {