uberswe / beubo

Beubo is a free, simple, and minimal CMS with unlimited extensibility using plugins
MIT License
21 stars 4 forks source link

Refactor complex functions #46

Closed uberswe closed 3 years ago

uberswe commented 3 years ago
pkg/template/render.go
    Line 47: warning: cyclomatic complexity 21 of function (*BeuboTemplateRenderer).RenderHTMLPage() is high (> 15) (gocyclo)
database.go
    Line 101: warning: cyclomatic complexity 17 of function databaseSeed() is high (> 15) (gocyclo)

As reported in #45