1 2 3 4 5 6 7
package input import "github.com/Shugyousha/stasher/work" type Input interface { Start() chan *work.Work }