Showing 640 of 640 total issues
exported method PlaceLink.WriteHTMLTo should have comment or be unexported Open
Open
func (c *PlaceLink) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method PublishHeader.WriteHTMLTo should have comment or be unexported Open
Open
func (c *PublishHeader) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method DateRange.Compare should have comment or be unexported Open
Open
func (dr DateRange) Compare(dr2 DateRange) DateRangeComparison {
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Traversing a Document
- Exclude checks
type name will be used as gedcom.GEDCOMStringer by other packages, and that stutters; consider calling this Stringer Open
Open
type GEDCOMStringer interface {
- Exclude checks
exported type Age should have comment or be unexported Open
Open
type Age struct {
- Exclude checks
exported type Anchor should have comment or be unexported Open
Open
type Anchor struct {
- Exclude checks
exported function NewBadgePill should have comment or be unexported Open
Open
func NewBadgePill(color, class string, value Component) *BadgePill {
- Exclude checks
exported type FileWriter should have comment or be unexported Open
Open
type FileWriter interface {
- Exclude checks
exported function NewHTML should have comment or be unexported Open
Open
func NewHTML(s string) *HTML {
- Exclude checks
exported type NavLink should have comment or be unexported Open
Open
type NavLink struct {
- Exclude checks
exported function NewTableCell should have comment or be unexported Open
Open
func NewTableCell(content Component) *TableCell {
- Exclude checks
exported method TableCell.NoWrap should have comment or be unexported Open
Open
func (c *TableCell) NoWrap() *TableCell {
- Exclude checks
exported method TableCell.Class should have comment or be unexported Open
Open
func (c *TableCell) Class(class string) *TableCell {
- Exclude checks
exported type Tag should have comment or be unexported Open
Open
type Tag struct {
- Exclude checks
exported type EventStatistics should have comment or be unexported Open
Open
type EventStatistics struct {
- Exclude checks
exported method FamilyInList.WriteHTMLTo should have comment or be unexported Open
Open
func (c *FamilyInList) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewIndividualInList should have comment or be unexported Open
Open
func NewIndividualInList(document *gedcom.Document, individual *gedcom.IndividualNode, visibility LivingVisibility, placesMap map[string]*place) *IndividualInList {
- Exclude checks
exported method IndividualInList.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualInList) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method IndividualListPage.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualListPage) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks