Commit 69b8bcdd authored by tavit ohanian's avatar tavit ohanian

Merge branch 'schema files should import ld'

parents 768456b6 4d83e659
Pipeline #1105 passed with stages
in 8 seconds
......@@ -2,6 +2,8 @@ package schema
import (
"fmt"
ld "gitlab.dms3.io/ld/go-ld-prime"
)
// TODO: errors in this package remain somewhat slapdash.
......
package schema
import (
ld "gitlab.dms3.io/ld/go-ld-prime"
)
// schema.TypedNode is a superset of the ld.Node interface, and has additional behaviors.
//
// A schema.TypedNode can be inspected for its schema.Type and schema.TypeKind,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment