elliotchance/gedcom

View on GitHub
html/core/tag.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Tag should have comment or be unexported
Open

type Tag struct {
Severity: Minor
Found in html/core/tag.go by golint

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

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

exported function NewTag should have comment or be unexported
Open

func NewTag(tag string, attributes map[string]string, body Component) *Tag {
Severity: Minor
Found in html/core/tag.go by golint

There are no issues that match your filters.

Category
Status