1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-14 19:58:45 +00:00
kyverno/main.go

11 lines
106 B
Go
Raw Normal View History

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