Files
go-shopping/runner/runner.go
T
2018-05-17 21:04:35 +10:00

7 lines
80 B
Go

package runner
// Runner the runner interface
type Runner interface {
run()
}