mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08: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"
|
||||
)
|
||||
|
||||
type vipsImage *C.struct__VipsImage
|
||||
|
||||
func init() {
|
||||
runtime.LockOSThread()
|
||||
defer runtime.UnlockOSThread()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue