elliotchance/gedcom

View on GitHub
html/core/anchor.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewAnchor should have comment or be unexported
Open

func NewAnchor(name string) *Anchor {
Severity: Minor
Found in html/core/anchor.go by golint

exported type Anchor should have comment or be unexported
Open

type Anchor struct {
Severity: Minor
Found in html/core/anchor.go by golint

There are no issues that match your filters.

Category
Status