Skip to content

py/bind: collect go values/types documentations #3

Closed
@sbinet

Description

@sbinet

given a go package like so:

// package p does a bunch of cool things
package p

// Foo type enables people with foo things
type Foo struct { ... }

// Get returns an int of upmost importance
func Get() int { return 42 }

it should be possible to generate a python module with the correct documentation (for the module, the functions and types)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions