# Functions
Get loads the package in the specified directory and returns the exported content.
LoadPackage loads the package in the specified directory.
NewContent returns an initialized Content object.
# Structs
Const is a const definition.
Content defines the set of exported constants, funcs, and structs.
Func contains parameter and return types of a function/method.
Interface contains the list of methods for an interface.
Package represents a Go package.
Struct contains field info about a struct.
# Interfaces
LoadPackageErrorInfo provides extended information about certain LoadPackage() failures.