Open ncoghlan opened 7 years ago
I was able to find a couple of options for writing Python extension modules in Go:
However, I haven't found any public references for production use of such bindings comparable to the Sentry use case for Rust bindings.
Article about the Go 1.5 changes that enabled this: https://blog.filippo.io/building-python-modules-with-go-1-5/
@ncoghlan the only public use I know of setuptools-golang is https://github.com/asottile/dockerfile
setuptools-golang
I was able to find a couple of options for writing Python extension modules in Go:
However, I haven't found any public references for production use of such bindings comparable to the Sentry use case for Rust bindings.