Include the common image formats
This commit is contained in:
parent
df1d568752
commit
9234c71bd5
2 changed files with 8 additions and 0 deletions
4
cover.go
4
cover.go
|
@ -1,5 +1,9 @@
|
|||
package main
|
||||
|
||||
import _ "image/png"
|
||||
import _ "image/jpeg"
|
||||
import _ "image/gif"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"git.gitorious.org/go-pkg/epubgo.git"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
package main
|
||||
|
||||
import _ "image/png"
|
||||
import _ "image/jpeg"
|
||||
import _ "image/gif"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"git.gitorious.org/go-pkg/epubgo.git"
|
||||
|
|
Reference in a new issue