README ¶ goctx-tool A tool to refactor the context parameters across your whole Go codebase Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func LoadPackages(dir string) ([]*packages.Package, error) func TraverseAST(file ast.Node, info *types.Info) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LoadPackages ¶ func LoadPackages(dir string) ([]*packages.Package, error) func TraverseAST ¶ func TraverseAST(file ast.Node, info *types.Info) bool TraverseAST traverses an AST starting on any Node type. Ideally this should start in ast.File anr return a bool indicating whether that file was modified or not. Types ¶ This section is empty. Source Files ¶ View all Source files ctxRefactor.go Directories ¶ Show internal Expand all Path Synopsis cmd Click to show internal directories. Click to hide internal directories.