enable formatting via golangci-lint
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/refs.go → templates/refs.go
@@ -3,10 +3,10 @@ import ( "fmt" - "github.com/go-git/go-git/v5/plumbing" "alin.ovh/elgit/git" g "alin.ovh/gomponents" . "alin.ovh/gomponents/html" + "github.com/go-git/go-git/v5/plumbing" ) // RefsPage renders the repository references page