mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* Matchbox has moved to a new home in Poseidon * Update Makefile so container image name uses poseidon instead of coreos * Publish container images to quay.io/poseidon/matchbox
8 lines
97 B
Go
8 lines
97 B
Go
package main
|
|
|
|
import "github.com/poseidon/matchbox/matchbox/cli"
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|