all repos — elgit @ f41c7baefd86bf8db0e5f096c449997d9427f813

fork of legit: web frontend for git, written in go

configure golangci-lint

Alan Pearce
commit

f41c7baefd86bf8db0e5f096c449997d9427f813

parent

721a55a5b5ab180d4828e8de8175b24ca8d244f3

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

changed files
M data/entries.godata/entries.go
@@ -32,6 +32,7 @@ Name: r.Name,
LastCommit: r.LastCommit, Repositories: []*Repository{&r}, }) + return } t, ok := ent.Map[r.Category]
@@ -42,6 +43,7 @@ LastCommit: r.LastCommit,
Repositories: []*Repository{&r}, } ent.Map[r.Category] = t + return }