go_conf/const.go

7 lines
99 B
Go

package conf
const (
XSIVal = "http://www.w3.org/2001/XMLSchema-instance"
DefSchemaNS = "xsi"
)