package main import ( "github.com/xgadget-lab/nexttrace/cmd" ) func main() { cmd.Excute() }