package main import ( "github.com/insertr/insertr/cmd" ) func main() { cmd.Execute() }