Integrate with purego to build a go binding
https://github.com/ebitengine/purego
If someone else asks for Swift bindings, I will try https://github.com/mozilla/uniffi-rs 🤗
If someone else asks for Swift bindings, I will try https://github.com/mozilla/uniffi-rs 🤗
Seems interesting, please create a new issue for this. It's better to find a possible user that intend to use this binding so that we can evaluate/verify/test it earlier.
Created: #1369
progress could be found here (in chinese): https://note.xuanwo.io/#/page/opendal%2Fgolang%20bindings
The future I expect to see will be:
package main
import (
"fmt"
opendal "opendal.databend.rs/go"
)
func main() {
fmt.Println(opendal.Xxxx)
}
Go binding is actually exciting to me, looking forward to the progress🤩
Go binding is great, looking forward to it. I will try to integrate opendal with Milvus when go and c binding are ready 😄