fix: markdown multiline wrapping caused to break formatting (#82) #187
Annotations
10 warnings
build:
reader/stdin.go#L7
exported const StdinFileName should have comment or be unexported
|
build:
reader/stdin.go#L9
exported type StdinReader should have comment or be unexported
|
build:
reader/stdin.go#L12
exported method StdinReader.Name should have comment or be unexported
|
build:
parser/binary-parser.go#L12
exported type BinaryParser should have comment or be unexported
|
build:
parser/binary-parser.go#L16
exported method BinaryParser.Parse should have comment or be unexported
|
build:
parser/binary-parser.go#L36
exported function NewBinaryParser should have comment or be unexported
|
build:
parser/json-parser.go#L10
exported type JSONParser should have comment or be unexported
|
build:
parser/parser.go#L10
exported type Parser should have comment or be unexported
|
build:
reader/stdin.go#L20
exported function NewStdinReader should have comment or be unexported
|
build:
parser/json-parser.go#L14
exported method JSONParser.Parse should have comment or be unexported
|