Xuanwo commented on issue #4848: URL: https://github.com/apache/opendal/issues/4848#issuecomment-2206018455
> ```go > package main > > import ( > opendal "opendal.apache.org/go" > _ "opendal.some.others/services/s3" // this dynamic inject *.so > ) > ``` Wow, I didn't know that was possible! I think we should start with `github.com/apache/opendal/bindings/go` and your own "*.so" files to see how it functions. If it works well, I'm willing to help manage the artifacts by setting up a new repository called `github.com/apache/opendal-go-artifacts` (just for example). -- 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]
