mirror of
https://github.com/wahyd4/go-shopping.git
synced 2026-08-09 04:35:51 +10:00
7 lines
80 B
Go
7 lines
80 B
Go
package runner
|
|
|
|
// Runner the runner interface
|
|
type Runner interface {
|
|
run()
|
|
}
|