elliotchance/gedcom

View on GitHub
html/core/google_analytics.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported type GoogleAnalytics should have comment or be unexported
Open

type GoogleAnalytics struct {
Severity: Minor
Found in html/core/google_analytics.go by golint

exported function NewGoogleAnalytics should have comment or be unexported
Open

func NewGoogleAnalytics(id string) *GoogleAnalytics {
Severity: Minor
Found in html/core/google_analytics.go by golint

There are no issues that match your filters.

Category
Status