Cleanup based on comments

This commit is contained in:
Barak Michener 2014-08-22 16:31:50 -04:00
parent 77b72e7189
commit 6d82c78b45
4 changed files with 94 additions and 94 deletions

View file

@ -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.