package main
func Match(name string) bool {
return name == "any"
}
func Check(value interface{}) bool {
return true