rdfio/rdf2smw

View on GitHub
components/tripleaggrprinter.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method TripleAggregatePrinter.Run should have comment or be unexported
Open

func (p *TripleAggregatePrinter) Run() {
Severity: Minor
Found in components/tripleaggrprinter.go by golint

exported function NewTripleAggregatePrinter should have comment or be unexported
Open

func NewTripleAggregatePrinter() *TripleAggregatePrinter {
Severity: Minor
Found in components/tripleaggrprinter.go by golint

exported type TripleAggregatePrinter should have comment or be unexported
Open

type TripleAggregatePrinter struct {
Severity: Minor
Found in components/tripleaggrprinter.go by golint

There are no issues that match your filters.

Category
Status