package input import "github.com/Shugyousha/stasher/work" type Input interface { Start() chan *work.Work }