diff options
Diffstat (limited to 'errors.go')
| -rw-r--r-- | errors.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ import "errors" // try out standard generic errors var NoTime error = errors.New("could not find a time") +var NoDuration error = errors.New("could not find a duration") var NoBytes error = errors.New("could not find bytes") var IsNil error = errors.New("was sent nil") var IsBlank error = errors.New("var was blank") |
