Versions in this module Expand all Collapse all v1 v1.16.11 Aug 20, 2024 Changes in this version + func Check(tree *parser.Tree, config *conf.Config) (reflect.Type, error) + func FieldIndex(env Nature, node ast.Node) (bool, []int, string) + func IsFastFunc(fn reflect.Type, method bool) bool + func MethodIndex(env Nature, node ast.Node) (bool, int, string) + func ParseCheck(input string, config *conf.Config) (*parser.Tree, error) + func TypedFuncIndex(fn reflect.Type, method bool) (int, bool)