elliotchance/gedcom

View on GitHub
child_node.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method ChildNode.Father should have comment or be unexported
Open

func (node *ChildNode) Father() *HusbandNode {
Severity: Minor
Found in child_node.go by golint

exported method ChildNode.Individual should have comment or be unexported
Open

func (node *ChildNode) Individual() *IndividualNode {
Severity: Minor
Found in child_node.go by golint

exported method ChildNode.Family should have comment or be unexported
Open

func (node *ChildNode) Family() *FamilyNode {
Severity: Minor
Found in child_node.go by golint

exported method ChildNode.Mother should have comment or be unexported
Open

func (node *ChildNode) Mother() *WifeNode {
Severity: Minor
Found in child_node.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package gedcom
Severity: Minor
Found in child_node.go by gofmt

There are no issues that match your filters.

Category
Status