1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/main.go

10 lines
106 B
Go

// main.go
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello from Policy Controller!")
}