Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestImportPos (0.17 sec)

  1. src/cmd/go/internal/load/pkg.go

    			walk(p1)
    		}
    		all = append(all, p)
    	}
    	walkTest := func(root *Package, path string) {
    		var stk ImportStack
    		p1, err := loadImport(ctx, opts, nil, path, root.Dir, root, &stk, root.Internal.Build.TestImportPos[path], ResolveImport)
    		if err != nil && root.Error == nil {
    			// Assign error importing the package to the importer.
    			root.Error = err
    			root.Incomplete = true
    		}
    		if p1.Error == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top