type/encoding/json.go

Summary

Maintainability
A
0 mins
Test Coverage
B
85%

exported function NewJSONEncoder should have comment or be unexported
Open

func NewJSONEncoder(w io.Writer) Encoder {
Severity: Minor
Found in type/encoding/json.go by golint

exported function NewJSONDecoder should have comment or be unexported
Open

func NewJSONDecoder(d []byte) Decoder {
Severity: Minor
Found in type/encoding/json.go by golint

There are no issues that match your filters.

Category
Status