summaryrefslogtreecommitdiff
path: root/vendor/github.com/dsoprea/go-exif/error.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-23 14:41:31 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-23 14:41:31 +0100
commit7d024ce74d29a14bc8db60495751e674bdb24463 (patch)
tree6d6b0cde4a2245a2539e7251c484bcaf00291056 /vendor/github.com/dsoprea/go-exif/error.go
parentpass reader around instead of []byte (diff)
downloadgotosocial-7d024ce74d29a14bc8db60495751e674bdb24463.tar.xz
use exif-terminator
Diffstat (limited to 'vendor/github.com/dsoprea/go-exif/error.go')
-rw-r--r--vendor/github.com/dsoprea/go-exif/error.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/dsoprea/go-exif/error.go b/vendor/github.com/dsoprea/go-exif/error.go
deleted file mode 100644
index 0e6e138cb..000000000
--- a/vendor/github.com/dsoprea/go-exif/error.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package exif
-
-import (
- "errors"
-)
-
-var (
- ErrTagNotFound = errors.New("tag not found")
- ErrTagNotStandard = errors.New("tag not a standard tag")
-)