elliotchance/gedcom

View on GitHub
html/place_in_list.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewPlaceInList should have comment or be unexported
Open

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

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

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

exported type PlaceInList should have comment or be unexported
Open

type PlaceInList struct {
Severity: Minor
Found in html/place_in_list.go by golint

There are no issues that match your filters.

Category
Status