import "github.com/software-engineering-amsterdam/many-ql/carlos.cirello/cli/iostream"
Package iostream open the stream of bytes responsible for reading QL source code ("srcFn"), CSV for form preload ("inFn") and CSV for output of results ("outFn").
const Stdio = "-"
Stdio represents the constant expected from CLI args in order to expect input from stdin, and generate output to stdout.
Open instantiates streams according to parameters input. As Unix convention, "-" always means stdin/stdout.
Package iostream imports 3 packages (graph) and is imported by 2 packages. Updated 2016-07-15. Refresh now. Tools for package owners.