Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompiledImports (0.26 sec)

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

    		for _, p := range importPaths {
    			if path == p {
    				return
    			}
    		}
    		importPaths = append(importPaths, path)
    		if forCompiler {
    			p.Internal.CompiledImports = append(p.Internal.CompiledImports, path)
    		}
    	}
    
    	if !opts.IgnoreImports {
    		// Cgo translation adds imports of "unsafe", "runtime/cgo" and "syscall",
    		// except for certain packages, to avoid circular dependencies.
    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