l0nax/changelog-go

View on GitHub
pkg/tools/entryStruct.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function YAMLMarshal should have comment or be unexported
Open

func YAMLMarshal(in entry.Entry) ([]byte, error) {
Severity: Minor
Found in pkg/tools/entryStruct.go by golint

exported function YAMLUnmarshal should have comment or be unexported
Open

func YAMLUnmarshal(in []byte, out *entry.Entry) error {
Severity: Minor
Found in pkg/tools/entryStruct.go by golint

There are no issues that match your filters.

Category
Status