Added image formats import

This commit is contained in:
Eduard Urbach 2018-04-11 15:31:59 +02:00
parent 22d70e72d6
commit 4381e9c8c2

View File

@ -5,6 +5,10 @@ import (
"sort"
"time"
_ "image/gif"
_ "image/jpeg"
_ "image/png"
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/fatih/color"