mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
* split to functions * update package name to kubescape * support url input, update readme
8 lines
69 B
Go
8 lines
69 B
Go
package main
|
|
|
|
import "kubescape/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|