mirror of
https://github.com/ngrok/ngrok-operator.git
synced 2026-05-17 16:50:44 +00:00
4067c10bd1
* move separate commands into single cmd package * update dockerfile and make targets * update deployments to use new binary name and subcommand * update snapshots
8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "github.com/ngrok/ngrok-operator/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|