Ji-Xinyou commented on code in PR #2488: URL: https://github.com/apache/incubator-opendal/pull/2488#discussion_r1233273496
########## 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: I can try to fix that now -- 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]
