mirror of
https://github.com/containers/podman.git
synced 2026-02-08 21:31:58 -05:00
6 lines
67 B
Go
6 lines
67 B
Go
package stringish
|
|
|
|
type Interface interface {
|
|
~[]byte | ~string
|
|
}
|