rdfio/rdf2smw

View on GitHub
main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
    //flowbase.InitLogDebug()

    inFileName := flag.String("in", "", "The input file name")
    outFileName := flag.String("out", "", "The output file name")
Severity: Minor
Found in main.go - About 1 hr to fix

    exported const BUFSIZE should have comment (or a comment on this block) or be unexported
    Open

        BUFSIZE = 16
    Severity: Minor
    Found in main.go by golint

    There are no issues that match your filters.

    Category
    Status