elliotchance/gedcom

View on GitHub
source_node.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewSourceNode should have comment or be unexported
Open

func NewSourceNode(value, pointer string, children ...Node) *SourceNode {
Severity: Minor
Found in source_node.go by golint

comment on exported method SourceNode.Title should be of the form "Title ..."
Open

// If the node is nil the result will be an empty string.
Severity: Minor
Found in source_node.go by golint

There are no issues that match your filters.

Category
Status