karmada/examples/customresourceexplorer/webhook/main.go

8 lines
88 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Place holder of the webhook.")
}