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