# Functions
GenCFFI generates a CFFI package from a Go package Use 4spaces indentation for Python codes, aka PEP8.
GenCPython generates a (C)Python package from a Go package.
GenGo generates a cgo package from a Go package.
NewPackage creates a new Package, tying types.Package and ast.Package together.
# Constants
No description provided by the author
# Structs
No description provided by the author
Func collects informations about a go func/method.
Package ties types.Package and ast.Package together.
A Signature represents a (non-builtin) function or method type.
Struct collects informations about a go struct.
No description provided by the author