reso-execution/cmd/server/output.go

9 lines
164 B
Go
Raw Permalink Normal View History

2024-03-16 15:15:31 +00:00
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()