Example of a python package with go bindings

Hello!

Could anyone point me towards a python package packaged in nixpkgs that uses go? I’d like to use it as an example on how to build I another python package I need, similar to this package being an example of building with rust.

Thank you kindly for the help!

Not to my knowledge

I need to have at least 20 characters to post this.

To post a link to a package, or a custom example? Also, could you then point me towards some resources to help me build this, if you can?

You probably want to run this command https://github.com/ColdHeat/pystarlark/blob/9b7750132c879a0dec16685e3600644949e2b303/Makefile#L5 in a separate buildGoModule and copy it over to the python build in postBuild or so

Actually, could somthing like this work, but for go?