Allow compatibility with Go 1.12

- We don't require 1.13 .
dustin/add_float_and_double
Dustin Oprea 2020-07-17 01:18:50 -04:00
parent 796ddda06f
commit 08f1b67089
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module github.com/dsoprea/go-exif/v3
go 1.13
go 1.12
// Development only
// replace github.com/dsoprea/go-logging => ../../go-logging