Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug = false
View Source
var PrintAST = false
Functions ¶
Types ¶
type LType ¶
type PackageStore ¶
type PackageStore map[string]PackageGroup
func Parse ¶
func Parse(paths []string) (PackageStore, error)
func ParseGroups ¶
func ParseGroups(fset *token.FileSet, groups ...Group) (PackageStore, error)
func (PackageStore) FindStruct ¶
func (st PackageStore) FindStruct(name LType) (*types.Struct, Tags)
func (PackageStore) FindTags ¶
func (st PackageStore) FindTags(name LType) Tags
Click to show internal directories.
Click to hide internal directories.