Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for renameImportPath (0.12 sec)

  1. src/go/types/generate_test.go

    	"api_predicates.go": nil,
    	"basic.go":          nil,
    	"builtins.go": func(f *ast.File) {
    		renameImportPath(f, `"cmd/compile/internal/syntax"->"go/ast"`)
    		renameIdents(f, "syntax->ast")
    		renameSelectors(f, "ArgList->Args")
    		fixSelValue(f)
    		fixAtPosCall(f)
    	},
    	"builtins_test.go": func(f *ast.File) {
    		renameImportPath(f, `"cmd/compile/internal/syntax"->"go/ast"`, `"cmd/compile/internal/types2"->"go/types"`)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:01:18 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top