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