mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
8 lines
102 B
Go
8 lines
102 B
Go
package main
|
|
|
|
import "github.com/coreos/coreos-baremetal/bootcfg/cli"
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|