piotrkowalczuk/mnemosyne

View on GitHub
internal/storage/storage.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var ErrSessionNotFound should have comment or be unexported
Open

    ErrSessionNotFound    = errors.New("storage: session not found")
Severity: Minor
Found in internal/storage/storage.go by golint

exported function Init should have comment or be unexported
Open

func Init(s Storage, isTest bool) (Storage, error) {
Severity: Minor
Found in internal/storage/storage.go by golint

There are no issues that match your filters.

Category
Status