mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
6 lines
67 B
Go
6 lines
67 B
Go
package stringish
|
|
|
|
type Interface interface {
|
|
~[]byte | ~string
|
|
}
|