You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// package p does a bunch of cool thingspackage p
// Foo type enables people with foo thingstypeFoostruct { ... }
// Get returns an int of upmost importancefuncGet() int { return42 }
it should be possible to generate a python module with the correct documentation (for the module, the functions and types)
The text was updated successfully, but these errors were encountered:
given a
go
package like so:it should be possible to generate a
python
module with the correct documentation (for the module, the functions and types)The text was updated successfully, but these errors were encountered: