1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 13:19:02 +08:00
nali/main.go
2021-08-02 12:01:25 +08:00

10 lines
85 B
Go

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