elliotchance/gedcom

View on GitHub
html/core/octicon.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewOcticon should have comment or be unexported
Open

func NewOcticon(name, style string) *Octicon {
Severity: Minor
Found in html/core/octicon.go by golint

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

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

exported type Octicon should have comment or be unexported
Open

type Octicon struct {
Severity: Minor
Found in html/core/octicon.go by golint

There are no issues that match your filters.

Category
Status