mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-19 14:57:55 +00:00
5 lines
67 B
Go
5 lines
67 B
Go
package stringish
|
|
|
|
type Interface interface {
|
|
~[]byte | ~string
|
|
}
|