go-python / gopy

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

Generate const documentation. #341

Closed psha- closed 9 months ago

psha- commented 10 months ago

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

psha- commented 9 months ago

@rcoreilly, can we merge this?

rcoreilly commented 9 months ago

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