Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for portmap (0.14 sec)

  1. src/cmd/api/main_test.go

    			}
    			importDir[pkg.ImportPath] = pkg.Dir
    			if len(pkg.ImportMap) > 0 {
    				importMap[pkg.Dir] = make(map[string]string, len(pkg.ImportMap))
    			}
    			for k, v := range pkg.ImportMap {
    				importMap[pkg.Dir][k] = v
    			}
    		}
    
    		sort.Strings(stdPackages)
    		imports = listImports{
    			stdPackages: stdPackages,
    			importMap:   importMap,
    			importDir:   importDir,
    		}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 20:48:51 GMT 2024
    - 31.4K bytes
    - Viewed (0)
Back to top