elliotchance/gedcom

View on GitHub
gedcomer.go

Summary

Maintainability
A
0 mins
Test Coverage

type name will be used as gedcom.GEDCOMLiner by other packages, and that stutters; consider calling this Liner
Open

type GEDCOMLiner interface {
Severity: Minor
Found in gedcomer.go by golint

func name will be used as gedcom.GEDCOMLine by other packages, and that stutters; consider calling this Line
Open

func GEDCOMLine(value GEDCOMLiner, indent int) string {
Severity: Minor
Found in gedcomer.go by golint

type name will be used as gedcom.GEDCOMStringer by other packages, and that stutters; consider calling this Stringer
Open

type GEDCOMStringer interface {
Severity: Minor
Found in gedcomer.go by golint

func name will be used as gedcom.GEDCOMString by other packages, and that stutters; consider calling this String
Open

func GEDCOMString(value GEDCOMStringer, indent int) string {
Severity: Minor
Found in gedcomer.go by golint

There are no issues that match your filters.

Category
Status