Files
go-tmux/runner.go

6 lines
80 B
Go

package tmux
type Runner interface {
Run(string, ...string) ([]byte, error)
}