interface.go 67 B

12345
  1. package stringish
  2. type Interface interface {
  3. ~[]byte | ~string
  4. }