feat(#8): add type alias

master
Tomás Aparicio 11 years ago
parent 14af10e708
commit bc835f7e79

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

Loading…
Cancel
Save