mirror of
https://github.com/jimeh/go-tmux.git
synced 2026-02-19 12:56:45 +00:00
6 lines
80 B
Go
6 lines
80 B
Go
package tmux
|
|
|
|
type Runner interface {
|
|
Run(string, ...string) ([]byte, error)
|
|
}
|