elliotchance/gedcom

View on GitHub
nodes.go

Summary

Maintainability
A
0 mins
Test Coverage

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

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

exported function NewNodes should have comment or be unexported
Open

func NewNodes(ns interface{}) (nodes Nodes) {
Severity: Minor
Found in nodes.go by golint

exported function DeleteNodesWithTag should have comment or be unexported
Open

func DeleteNodesWithTag(node Node, tag Tag) {
Severity: Minor
Found in nodes.go by golint

exported type Nodes should have comment or be unexported
Open

type Nodes []Node
Severity: Minor
Found in nodes.go by golint

There are no issues that match your filters.

Category
Status