go_conf/schema.go

18 lines
389 B
Go

package main
// The usage of this depends on the successful resolution of https://github.com/lestrrat-go/libxml2/issues/67.
import (
"errors"
"io/ioutil"
"net/http"
"strings"
lxml "github.com/lestrrat-go/libxml2"
lxmlp "github.com/lestrrat-go/libxml2/parser"
lxmlt "github.com/lestrrat-go/libxml2/types"
"github.com/lestrrat-go/libxml2/xsd"
rpaths "r00t2.io/sysutils/paths"
)