document.go
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// Traversing a Document
- Exclude checks
exported method Document.AddFamilyWithHusbandAndWife should have comment or be unexported Open
Open
func (doc *Document) AddFamilyWithHusbandAndWife(pointer string, husband, wife *IndividualNode) *FamilyNode {
- Exclude checks
exported method Document.SetNodes should have comment or be unexported Open
Open
func (doc *Document) SetNodes(nodes Nodes) {
- 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 Document.Places should be of the form "Places ..." Open
Open
// TODO: needs tests
- Exclude checks
comment on exported method Document.Sources should be of the form "Sources ..." Open
Open
// TODO: Needs tests
- Exclude checks
exported method Document.DeleteNode should have comment or be unexported Open
Open
func (doc *Document) DeleteNode(node Node) (didDelete bool) {
- Exclude checks
exported method Document.AddFamily should have comment or be unexported Open
Open
func (doc *Document) AddFamily(pointer string) *FamilyNode {
- Exclude checks
exported method Document.Warnings should have comment or be unexported Open
Open
func (doc *Document) Warnings() (warnings Warnings) {
- Exclude checks
package comment should be of the form "Package gedcom ..." Open
Open
// Traversing a Document
- Exclude checks