checking in some various work

This commit is contained in:
2020-09-12 01:25:44 -04:00
parent 4bf86f76be
commit 60ed522bc8
3 changed files with 168 additions and 0 deletions

6
const.go Normal file
View File

@@ -0,0 +1,6 @@
package conf
const (
XSIVal = "http://www.w3.org/2001/XMLSchema-instance"
DefSchemaNS = "xsi"
)