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