Files
abra/vendor/github.com/clipperhouse/stringish/interface.go
2025-11-11 14:18:57 +01:00

6 lines
67 B
Go

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