rdfio/rdf2smw

View on GitHub
components/stringprinter.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type StringPrinter should have comment or be unexported
Open

type StringPrinter struct {
Severity: Minor
Found in components/stringprinter.go by golint

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

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

exported function NewStringPrinter should have comment or be unexported
Open

func NewStringPrinter() *StringPrinter {
Severity: Minor
Found in components/stringprinter.go by golint

There are no issues that match your filters.

Category
Status