mirror of
https://github.com/containerd/containerd.git
synced 2026-07-17 21:11:55 +00:00
7 lines
143 B
Go
7 lines
143 B
Go
package main
|
|
|
|
// TODO Windows: This will have a very different implementation
|
|
func createStdio() (s stdio, err error) {
|
|
return stdio{}, nil
|
|
}
|