Showing 640 of 640 total issues
exported method AllParentButtons.WriteHTMLTo should have comment or be unexported Open
Open
func (c *AllParentButtons) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported const IndividualMaleColor should have comment (or a comment on this block) or be unexported Open
Open
IndividualMaleColor = "#0275d8"
- Exclude checks
exported function NewDiv should have comment or be unexported Open
Open
func NewDiv(class string, body Component) *Div {
- Exclude checks
exported type File should have comment or be unexported Open
Open
type File struct {
- Exclude checks
exported type GoogleAnalytics should have comment or be unexported Open
Open
type GoogleAnalytics struct {
- Exclude checks
exported function NewLineBreak should have comment or be unexported Open
Open
func NewLineBreak() *LineBreak {
- Exclude checks
exported function NewLink should have comment or be unexported Open
Open
func NewLink(body Component, dest string) *Link {
- Exclude checks
exported method NavItem.WriteHTMLTo should have comment or be unexported Open
Open
func (c *NavItem) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method DateNode.Sub should have comment or be unexported Open
Open
func (node *DateNode) Sub(node2 *DateNode) (min Duration, max Duration, errs error) {
- Exclude checks
exported method DateRange.Sub should have comment or be unexported Open
Open
func (dr DateRange) Sub(dr2 DateRange) DurationRange {
- Exclude checks
exported method Document.AddIndividual should have comment or be unexported Open
Open
func (doc *Document) AddIndividual(pointer string, children ...Node) *IndividualNode {
- Exclude checks
comment on exported method FamilyNode.HasChild should be of the form "HasChild ..." Open
Open
// TODO: Needs tests
- Exclude checks
exported method FamilyNode.SetHusbandPointer should have comment or be unexported Open
Open
func (node *FamilyNode) SetHusbandPointer(pointer string) *FamilyNode {
- Exclude checks
type name will be used as gedcom.GEDCOMLiner by other packages, and that stutters; consider calling this Liner Open
Open
type GEDCOMLiner interface {
- Exclude checks
exported method Heading.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Heading) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method HTML.WriteHTMLTo should have comment or be unexported Open
Open
func (c *HTML) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method Page.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Page) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewDiffRow should have comment or be unexported Open
Open
func NewDiffRow(name string, nd *gedcom.NodeDiff, hideSame bool) *DiffRow {
- Exclude checks
exported method FamilyStatistics.WriteHTMLTo should have comment or be unexported Open
Open
func (c *FamilyStatistics) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method IndividualIndexHeader.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualIndexHeader) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks