We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfd893 commit 9e3b47cCopy full SHA for 9e3b47c
1 file changed
internal/extgen/templates/extension.go.tpl
@@ -44,7 +44,7 @@ func registerGoObject(obj interface{}) C.uintptr_t {
44
//export getGoObject
45
func getGoObject(handle C.uintptr_t) interface{} {
46
h := cgo.Handle(handle)
47
- return h.value()
+ return h.Value()
48
}
49
50
//export removeGoObject
0 commit comments