mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
6 lines
67 B
Go
6 lines
67 B
Go
package stringish
|
|
|
|
type Interface interface {
|
|
~[]byte | ~string
|
|
}
|