elliotchance/gedcom

View on GitHub
html/place_link.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewPlaceLink should have comment or be unexported
Open

func NewPlaceLink(document *gedcom.Document, place string, placesMap map[string]*place) *PlaceLink {
Severity: Minor
Found in html/place_link.go by golint

exported type PlaceLink should have comment or be unexported
Open

type PlaceLink struct {
Severity: Minor
Found in html/place_link.go by golint

There are no issues that match your filters.

Category
Status