package ports import "io" type CWD string func (c CWD) Value() string { return string(c) } type STDOUT io.Writer