gol4ng/logger

View on GitHub
field.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method Field.String has 54 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func (f *Field) String() string {
    if f.Value == nil {
        return "<nil>"
    }
    switch f.Type {
Severity: Minor
Found in field.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status