elliotchance/gedcom

View on GitHub
html/source_link.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewSourceLink should have comment or be unexported
Open

func NewSourceLink(source *gedcom.SourceNode) *SourceLink {
Severity: Minor
Found in html/source_link.go by golint

exported type SourceLink should have comment or be unexported
Open

type SourceLink struct {
Severity: Minor
Found in html/source_link.go by golint

exported method SourceLink.WriteHTMLTo should have comment or be unexported
Open

func (c *SourceLink) WriteHTMLTo(w io.Writer) (int64, error) {
Severity: Minor
Found in html/source_link.go by golint

There are no issues that match your filters.

Category
Status