diff options
author | 2022-01-23 14:41:31 +0100 | |
---|---|---|
committer | 2022-01-23 14:41:31 +0100 | |
commit | 7d024ce74d29a14bc8db60495751e674bdb24463 (patch) | |
tree | 6d6b0cde4a2245a2539e7251c484bcaf00291056 /vendor/github.com/dsoprea/go-exif/v2/error.go | |
parent | pass reader around instead of []byte (diff) | |
download | gotosocial-7d024ce74d29a14bc8db60495751e674bdb24463.tar.xz |
use exif-terminator
Diffstat (limited to 'vendor/github.com/dsoprea/go-exif/v2/error.go')
-rw-r--r-- | vendor/github.com/dsoprea/go-exif/v2/error.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/dsoprea/go-exif/v2/error.go b/vendor/github.com/dsoprea/go-exif/v2/error.go deleted file mode 100644 index 2f00b08a4..000000000 --- a/vendor/github.com/dsoprea/go-exif/v2/error.go +++ /dev/null @@ -1,14 +0,0 @@ -package exif - -import ( - "errors" -) - -var ( - // ErrTagNotFound indicates that the tag was not found. - ErrTagNotFound = errors.New("tag not found") - - // ErrTagNotKnown indicates that the tag is not registered with us as a - // known tag. - ErrTagNotKnown = errors.New("tag is not known") -) |