Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParsedSource ¶ added in v0.3.1
type ParsedSource struct { Package *packages.Package Dir string Imports []*Import Structs []*Struct }
ParsedSource contains the parsed source of a package.
func Parse ¶ added in v0.3.1
func Parse(dir string) (*ParsedSource, error)
Click to show internal directories.
Click to hide internal directories.