elliotchance/gedcom

View on GitHub
html/core/page.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewPage should have comment or be unexported
Open

func NewPage(title string, body Component, googleAnalyticsID string) *Page {
Severity: Minor
Found in html/core/page.go by golint

There are no issues that match your filters.

Category
Status