go-python / gopy

gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.05k stars 113 forks source link

Generate const documentation. #341

Closed psha- closed 11 months ago

psha- commented 1 year ago

Generate const documentation. Additionally added typed const doc, besides untyped const doc. Fixes #340.

psha- commented 11 months ago

@rcoreilly, can we merge this?

rcoreilly commented 11 months ago

@psha- sorry for the delay and thanks for the contribution! I'll cut a release now too.