jollheef / henhouse

Scoreboard for jeopardy-style CTFs
GNU Affero General Public License v3.0
9 stars 5 forks source link

Reduce cyclomatic complexity of main.go:reinitDatabase() #15

Closed jollheef closed 6 years ago

jollheef commented 6 years ago

Line 46: warning: cyclomatic complexity 17 of function reinitDatabase() is high (> 15) (gocyclo)

jollheef commented 6 years ago

Solved by #19