mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-03 12:42:47 -05:00
Add missing godoc on exported types
This commit is contained in:
@ -14,7 +14,7 @@ func NewJSONParser(options ...Option) *JSONParser {
|
||||
return &JSONParser{gp: NewParser(options...)}
|
||||
}
|
||||
|
||||
// Parser is a Go test json output Parser.
|
||||
// JSONParser is a `go test -json` output Parser.
|
||||
type JSONParser struct {
|
||||
gp *Parser
|
||||
}
|
||||
|
Reference in New Issue
Block a user