mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-15 02:15:54 -07:00
feat(#8): add type alias
This commit is contained in:
parent
14af10e708
commit
bc835f7e79
1 changed files with 2 additions and 0 deletions
2
vips.go
2
vips.go
|
|
@ -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…
Add table
Add a link
Reference in a new issue