File: interface.go

package info (click to toggle)
golang-github-clipperhouse-stringish 0.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
5
package stringish

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