reso-execution/cmd/server/output.go
2024-03-16 17:15:27 -07:00

8 lines
164 B
Go

package main
import (
"io"
)
// pythonOut is a channel that will be written to by the python runtime via exec.Command
var pyReader, pyWriter = io.Pipe()