mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
5516294172
See https://golang.org/doc/go1.16#ioutil Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
9 lines
116 B
Go
9 lines
116 B
Go
//go:build go1.17
|
|
// +build go1.17
|
|
|
|
package devices
|
|
|
|
import "io/fs"
|
|
|
|
var fileInfoToDirEntry = fs.FileInfoToDirEntry
|