Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + func GoFiles(srcRoot string) ([]string, error) + func GoPackages(srcRoot string) ([]*packages.Package, error) + func GoPackagesMode(srcRoot string, mode GoPackagesLoadMode) ([]*packages.Package, error) + type CKGIgnore struct + func LoadCKGIgnore(root string) (*CKGIgnore, error) + func (c *CKGIgnore) Match(rel string) bool + type GoPackagesLoadMode int + const ModeFiles + const ModeTypes + type Result struct + Go []string + Proto []string + Sol []string + TS []string + func Walk(root string) (*Result, error)