elliotchance/gedcom

View on GitHub
duration_range.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method DurationRange.Age should have comment or be unexported
Open

func (dr DurationRange) Age() (Age, Age) {
Severity: Minor
Found in duration_range.go by golint

exported type DurationRange should have comment or be unexported
Open

type DurationRange struct {
Severity: Minor
Found in duration_range.go by golint

exported function NewDurationRange should have comment or be unexported
Open

func NewDurationRange(min, max Duration) DurationRange {
Severity: Minor
Found in duration_range.go by golint

There are no issues that match your filters.

Category
Status