mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 13:19:02 +08:00
10 lines
85 B
Go
10 lines
85 B
Go
package main
|
|
|
|
import (
|
|
"github.com/zu1k/nali/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|