Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for disallowInternal (0.78 sec)

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

    		p.Error.ImportStack = stk.Copy()
    	}
    	return p
    }
    
    // disallowInternal checks that srcDir (containing package importerPath, if non-empty)
    // is allowed to import p.
    // If the import is allowed, disallowInternal returns the original package p.
    // If not, it returns a new package containing just an appropriate error.
    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