mirror of
https://github.com/hengyoush/kyanos.git
synced 2025-12-20 01:03:46 +08:00
8 lines
66 B
Go
8 lines
66 B
Go
package main
|
|
|
|
import "kyanos/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|