elliotchance/gedcom

View on GitHub
html/living_visibility.go

Summary

Maintainability
A
0 mins
Test Coverage

exported const LivingVisibilityShow should have comment (or a comment on this block) or be unexported
Open

    LivingVisibilityShow        = "show"
Severity: Minor
Found in html/living_visibility.go by golint

exported function NewLivingVisibility should have comment or be unexported
Open

func NewLivingVisibility(lv string) LivingVisibility {
Severity: Minor
Found in html/living_visibility.go by golint

exported type LivingVisibility should have comment or be unexported
Open

type LivingVisibility string
Severity: Minor
Found in html/living_visibility.go by golint

There are no issues that match your filters.

Category
Status