Documentation ¶
Overview ¶
Package parser parses Go code and keeps track of all the types defined and provides access to all the constants defined for an int type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct { Name string // contains filtered or unexported fields }
A Package contains all the information related to a parsed package.
func ParsePackage ¶
ParsePackage parses the package in the given directory and returns it.
Click to show internal directories.
Click to hide internal directories.