feat(#8): add type alias

This commit is contained in:
Tomás Aparicio 2015-04-03 00:31:31 +02:00
parent 14af10e708
commit bc835f7e79

View file

@ -13,6 +13,8 @@ import (
"unsafe"
)
type vipsImage *C.struct__VipsImage
func init() {
runtime.LockOSThread()
defer runtime.UnlockOSThread()