Xuanwo commented on code in PR #2488:
URL: 
https://github.com/apache/incubator-opendal/pull/2488#discussion_r1233273244


##########
bindings/go/init.go:
##########
@@ -0,0 +1,21 @@
+package opendal
+
+import (
+       "github.com/ebitengine/purego"
+)
+
+var OPENDAL_LIB uintptr
+
+var opendal_operator_options_new func() uintptr

Review Comment:
   cc @Ji-Xinyou, I will meet `segmentation violation` if I'm trying to pass 
the returning value of `opendal_operator_options_new` into 
`opendal_operator_new`. Maybe it's related to 
https://github.com/apache/incubator-opendal/issues/2462?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to