1 package resourcename 2 3 // Wildcard is the resource name wildcard character "-". 4 const Wildcard = "-" 5
View as plain text