mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
10 lines
96 B
Go
10 lines
96 B
Go
package main
|
|
|
|
import (
|
|
"github.com/xgadget-lab/nexttrace/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Excute()
|
|
}
|