efritz/derision

View on GitHub
internal/request/log.go

Summary

Maintainability
A
0 mins
Test Coverage

exported func NewLog returns unexported type *request.log, which can be annoying to use
Open

func NewLog(capacity int) *log {
Severity: Minor
Found in internal/request/log.go by golint

exported function NewLog should have comment or be unexported
Open

func NewLog(capacity int) *log {
Severity: Minor
Found in internal/request/log.go by golint

exported type Log should have comment or be unexported
Open

    Log interface {
Severity: Minor
Found in internal/request/log.go by golint

There are no issues that match your filters.

Category
Status