Very nice looking tests!

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-09 16:00:02 -08:00
parent 3b41c9dd5f
commit c1a45bf8e3
149 changed files with 1241 additions and 443 deletions

View file

@ -1,7 +1,7 @@
package jpegstructure
import (
log "github.com/dsoprea/go-logging"
"github.com/dsoprea/go-logging"
)
const (

View file

@ -6,8 +6,8 @@ import (
"io"
"os"
log "github.com/dsoprea/go-logging"
riimage "github.com/dsoprea/go-utility/image"
"github.com/dsoprea/go-logging"
"github.com/dsoprea/go-utility/image"
)
// JpegMediaParser is a `riimage.MediaParser` that knows how to parse JPEG

View file

@ -10,9 +10,9 @@ import (
"github.com/dsoprea/go-exif/v2"
"github.com/dsoprea/go-iptc"
log "github.com/dsoprea/go-logging"
photoshopinfo "github.com/dsoprea/go-photoshop-info-format"
riimage "github.com/dsoprea/go-utility/image"
"github.com/dsoprea/go-logging"
"github.com/dsoprea/go-photoshop-info-format"
"github.com/dsoprea/go-utility/image"
)
const (

View file

@ -10,7 +10,7 @@ import (
"github.com/dsoprea/go-exif/v2"
"github.com/dsoprea/go-iptc"
log "github.com/dsoprea/go-logging"
"github.com/dsoprea/go-logging"
)
// SegmentList contains a slice of segments.

View file

@ -7,7 +7,7 @@ import (
"encoding/binary"
log "github.com/dsoprea/go-logging"
"github.com/dsoprea/go-logging"
)
// JpegSplitter uses the Go stream splitter to divide the JPEG stream into

View file

@ -4,7 +4,7 @@ import (
"os"
"path"
log "github.com/dsoprea/go-logging"
"github.com/dsoprea/go-logging"
)
var (

View file

@ -6,7 +6,7 @@ import (
"sort"
"strings"
log "github.com/dsoprea/go-logging"
"github.com/dsoprea/go-logging"
"github.com/go-xmlfmt/xmlfmt"
)