summary history files

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

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