Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ld
go-ld-prime
Commits
4d83e659
Commit
4d83e659
authored
Aug 22, 2021
by
tavit ohanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
schema error.go and typedNode.go should import ld
parent
77f445db
Pipeline
#1103
passed with stages
in 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
schema/errors.go
schema/errors.go
+2
-0
schema/typedNode.go
schema/typedNode.go
+4
-0
No files found.
schema/errors.go
View file @
4d83e659
...
...
@@ -2,6 +2,8 @@ package schema
import
(
"fmt"
ld
"gitlab.dms3.io/ld/go-ld-prime"
)
// TODO: errors in this package remain somewhat slapdash.
...
...
schema/typedNode.go
View file @
4d83e659
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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment