const Usage …
var Force …
var Diff …
var DiffCmd …
var ConflictError …
var Verbose …
var stdout …
type renamer …
var reportError …
func importName(iprog *loader.Program, info *loader.PackageInfo, fromPath, fromName, to string) error { … }
func Main(ctxt *build.Context, offsetFlag, fromFlag, to string) error { … }
func loadProgram(ctxt *build.Context, pkgs map[string]bool) (*loader.Program, error) { … }
func containsHardErrors(errors []error) bool { … }
func requiresGlobalRename(fromObjects []types.Object, to string) bool { … }
func (r *renamer) update() error { … }
func (r *renamer) docComment(id *ast.Ident) *ast.CommentGroup { … }
func plural(n int) string { … }
var writeFile …
func reallyWriteFile(filename string, content []byte) error { … }
func diff(filename string, content []byte) error { … }