gitlab.com/evatix-go/core@v1.3.55/coreinterface/Stringer.go (about) 1 package coreinterface 2 3 type Stringer interface { 4 String() string 5 }