Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addReport (0.11 sec)

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

    			addImport("unsafe", true)
    			if cfg.BuildContext.Compiler != "gccgo" {
    				addImport("runtime/cgo", true)
    			}
    			addImport("syscall", true)
    			addImport("sync", true)
    
    			// TODO: The .swig and .swigcxx files can use
    			// %go_import directives to import other packages.
    		}
    
    		// The linker loads implicit dependencies.
    		if p.Name == "main" && !p.Internal.ForceLibrary {
    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