Unleash/unleash-client-go

View on GitHub
internal/strategies/default.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

exported func NewDefaultStrategy returns unexported type *strategies.defaultStrategy, which can be annoying to use
Open

func NewDefaultStrategy() *defaultStrategy {
Severity: Minor
Found in internal/strategies/default.go by golint

exported function NewDefaultStrategy should have comment or be unexported
Open

func NewDefaultStrategy() *defaultStrategy {
Severity: Minor
Found in internal/strategies/default.go by golint

There are no issues that match your filters.

Category
Status