src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

interface.go (67B)


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