gitlab.com/evatix-go/core@v1.3.55/coreutils/stringutil/all-interfaces.go (about) 1 package stringutil 2 3 type namer interface { 4 Name() string 5 }