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