html/place_in_list.go
exported function NewPlaceInList should have comment or be unexported Open
Open
func NewPlaceInList(document *gedcom.Document, place *place, placesMap map[string]*place) *PlaceInList {
- Exclude checks
exported method PlaceInList.WriteHTMLTo should have comment or be unexported Open
Open
func (c *PlaceInList) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type PlaceInList should have comment or be unexported Open
Open
type PlaceInList struct {
- Exclude checks