feat(#8): add type alias

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

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

Loading…
Cancel
Save