@@ -1,6 +1,14 @@
package conf
package main
import (
"regexp"
)
const (
XSIVal = "http://www.w3.org/2001/XMLSchema-instance"
DefSchemaNS = "xsi"
var (
uriRe = regexp.MustCompile(`^(?P<type>file|https?)://(?P<path>.+)$`)
The note is not visible to the blocked user.