9 lines
139 B
Go
9 lines
139 B
Go
// Package main is the main entrypoint.
|
|
package main
|
|
|
|
import "go.equinixmetal.net/infra9-metal-bridge/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|