child_node.go
exported method ChildNode.Individual should have comment or be unexported Open
Open
func (node *ChildNode) Individual() *IndividualNode {
- Exclude checks
exported method ChildNode.Mother should have comment or be unexported Open
Open
func (node *ChildNode) Mother() *WifeNode {
- Exclude checks
exported method ChildNode.Family should have comment or be unexported Open
Open
func (node *ChildNode) Family() *FamilyNode {
- Exclude checks
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
package gedcom
- Exclude checks
exported method ChildNode.Father should have comment or be unexported Open
Open
func (node *ChildNode) Father() *HusbandNode {
- Exclude checks