Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/api/main_test.go

    			//   their "vendor/" standard-library copies.)
    			// - 'go list std' does not include commands, which cannot be
    			//   imported anyway.
    			if ip := pkg.ImportPath; pkg.Standard && ip != "unsafe" && !strings.HasPrefix(ip, "vendor/") && !internalPkg.MatchString(ip) {
    				stdPackages = append(stdPackages, ip)
    			}
    			importDir[pkg.ImportPath] = pkg.Dir
    			if len(pkg.ImportMap) > 0 {
    				importMap[pkg.Dir] = make(map[string]string, len(pkg.ImportMap))
    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