refactor

package module
v0.0.0-...-3e64f81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2016 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package refactor provides utilities for writing one-off refactoring scripts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WalkPkgs

func WalkPkgs(pkgs []string, editFn func(ast.Node)) []error

WalkPkgs parses the packages with import functions given in pkgs, then concurrently walks all of them, calling editFn for each node in the resulting ASTs. After the walk, it prints the ASTs back out, overwriting the original files.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL