package
0.0.0-20170614201249-0b81c023a722
Repository: https://github.com/activestate/go.git
Documentation: pkg.go.dev
# Structs
A Call refers to a call of a C.xxx function in the AST.
A 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.