postmoogle/vendor/github.com/clipperhouse/stringish/interface.go

5 lines
67 B
Go

package stringish
type Interface interface {
~[]byte | ~string
}