elliotchance/gedcom

View on GitHub
html/core/link.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewLink should have comment or be unexported
Open

func NewLink(body Component, dest string) *Link {
Severity: Minor
Found in html/core/link.go by golint

exported type Link should have comment or be unexported
Open

type Link struct {
Severity: Minor
Found in html/core/link.go by golint

exported method Link.Style should have comment or be unexported
Open

func (c *Link) Style(style string) *Link {
Severity: Minor
Found in html/core/link.go by golint

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

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

There are no issues that match your filters.

Category
Status