rdfio/rdf2smw

View on GitHub
components/tripleprinter.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type TriplePrinter should have comment or be unexported
Open

type TriplePrinter struct {
Severity: Minor
Found in components/tripleprinter.go by golint

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

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

exported function NewTriplePrinter should have comment or be unexported
Open

func NewTriplePrinter() *TriplePrinter {
Severity: Minor
Found in components/tripleprinter.go by golint

There are no issues that match your filters.

Category
Status