Very nice looking tests!
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
3b41c9dd5f
commit
c1a45bf8e3
149 changed files with 1241 additions and 443 deletions
8
vendor/github.com/dsoprea/go-heic-exif-extractor/media_parser.go
generated
vendored
8
vendor/github.com/dsoprea/go-heic-exif-extractor/media_parser.go
generated
vendored
|
@ -7,10 +7,10 @@ import (
|
|||
"sort"
|
||||
|
||||
"github.com/dsoprea/go-exif/v2"
|
||||
log "github.com/dsoprea/go-logging"
|
||||
ridata "github.com/dsoprea/go-utility/data"
|
||||
rifs "github.com/dsoprea/go-utility/filesystem"
|
||||
riimage "github.com/dsoprea/go-utility/image"
|
||||
"github.com/dsoprea/go-logging"
|
||||
"github.com/dsoprea/go-utility/data"
|
||||
"github.com/dsoprea/go-utility/filesystem"
|
||||
"github.com/dsoprea/go-utility/image"
|
||||
"go4.org/media/heif"
|
||||
"go4.org/media/heif/bmff"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue