Cleanup based on comments
This commit is contained in:
parent
77b72e7189
commit
6d82c78b45
4 changed files with 94 additions and 94 deletions
|
|
@ -44,6 +44,7 @@ import (
|
|||
var (
|
||||
ErrInvalid = errors.New("invalid N-Quad")
|
||||
ErrIncomplete = errors.New("incomplete N-Quad")
|
||||
ErrNotExist = errors.New("Quad does not exist")
|
||||
)
|
||||
|
||||
// Our triple struct, used throughout.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue