working commit
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ const (
|
||||
startRegex byte = '{'
|
||||
stopRegex byte = '}'
|
||||
|
||||
defaultRegexp = `[a-zA-Z0-9_\.]+`
|
||||
defaultRegexp = `[a-zA-Z0-9_\.:]+`
|
||||
)
|
||||
|
||||
func pathCompiler(path string) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user