wgoodall01/wikipath

View on GitHub
web/web.go

Summary

Maintainability
A
0 mins
Test Coverage

don't use ALL_CAPS in Go names; use CamelCase
Open

const MAX_DEPTH int = 10 // Maximum query depth.
Severity: Minor
Found in web/web.go by golint

exported const MAX_DEPTH should have comment or be unexported
Open

const MAX_DEPTH int = 10 // Maximum query depth.
Severity: Minor
Found in web/web.go by golint

There are no issues that match your filters.

Category
Status