mirror of
https://github.com/opencontainers/runc.git
synced 2026-06-24 08:48:44 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
//go:build !libpathrs
|
|
|
|
package main
|
|
|
|
func pathrsVersionString() string {
|
|
return ""
|
|
}
|