s0rg/fantasyname

View on GitHub
stringers/empty.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
package stringers

// Empty handy shortcut to create empty literals.
type Empty struct{}

func (e Empty) String() (rv string) {
    return
}