rdfio/rdf2smw

View on GitHub
components/strfilewriter.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type StringFileWriter should have comment or be unexported
Open

type StringFileWriter struct {
Severity: Minor
Found in components/strfilewriter.go by golint

exported function NewStringFileWriter should have comment or be unexported
Open

func NewStringFileWriter(fileName string) *StringFileWriter {
Severity: Minor
Found in components/strfilewriter.go by golint

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

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

exported type DoneSignal should have comment or be unexported
Open

type DoneSignal struct{}
Severity: Minor
Found in components/strfilewriter.go by golint

There are no issues that match your filters.

Category
Status