wgoodall01/wikipath

View on GitHub
web/random.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewRandomHandler should have comment or be unexported
Open

func NewRandomHandler(ind *wp.Index) *RandomHandler {
Severity: Minor
Found in web/random.go by golint

exported type RandomHandler should have comment or be unexported
Open

type RandomHandler struct {
Severity: Minor
Found in web/random.go by golint

exported type RandomResponse should have comment or be unexported
Open

type RandomResponse struct {
Severity: Minor
Found in web/random.go by golint

There are no issues that match your filters.

Category
Status