configure golangci-lint
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M data/entries.go → data/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 }