Files
kubeshark/cli/mizu.go
T

8 lines
86 B
Go

package main
import "github.com/up9inc/mizu/cli/cmd"
func main() {
cmd.Execute()
}