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