piotrkowalczuk/charon

View on GitHub
internal/grpcerr/error.go

Summary

Maintainability
A
0 mins
Test Coverage

Your code does not pass gofmt in 3 places. Go fmt your code!
Open

package grpcerr
Severity: Minor
Found in internal/grpcerr/error.go by gofmt

exported type Error should have comment or be unexported
Open

type Error struct {
Severity: Minor
Found in internal/grpcerr/error.go by golint

exported var Other should have comment or be unexported
Open

var Other Kind = "other"
Severity: Minor
Found in internal/grpcerr/error.go by golint

There are no issues that match your filters.

Category
Status