mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
10 lines
99 B
Go
10 lines
99 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/nirmata/kyverno/pkg/kyverno"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
kyverno.CLI()
|
||
|
}
|