package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Structs

A Call refers to a call of a C.xxx function in the AST.
An ExpFunc is an exported function, callable from C.
A File collects information about a single Go input file.
A FuncType collects information about a function type in both the C and Go worlds.
A Name collects information about C.xxx.
A Package collects information about the package we're going to write.
A Ref refers to an expression of the form C.xxx in the AST.
A Type collects information about a type in both the C and Go worlds.
A TypeRepr contains the string representation of a type.