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
|
||
|
}
|