mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-20 07:43:08 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
package main
|
|
|
|
import "github.com/coreos/matchbox/matchbox/cli"
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|