mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -07:00
feat(travis): add GO 1.5
This commit is contained in:
parent
50b525b517
commit
a7706b6033
2 changed files with 2 additions and 1 deletions
2
vips.go
2
vips.go
|
|
@ -65,7 +65,7 @@ func init() {
|
|||
}
|
||||
|
||||
// Explicit thread-safe start of libvips.
|
||||
// Only call this function if you've previously shutdown libvips
|
||||
// Only call this function if you previously shutdown libvips
|
||||
func Initialize() {
|
||||
if C.VIPS_MAJOR_VERSION <= 7 && C.VIPS_MINOR_VERSION < 40 {
|
||||
panic("unsupported libvips version!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue