go-exif/test_common.go

9 lines
99 B
Go

package exif
import (
"encoding/binary"
)
var (
TestDefaultByteOrder = binary.BigEndian
)