Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PackagesAndErrorsOutsideModule (0.23 sec)

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

    		pkg.Error = &PackageError{Err: &mainPackageError{importPath: pkg.ImportPath}}
    		pkg.Incomplete = true
    	}
    	setToolFlags(pkg)
    
    	return pkg
    }
    
    // PackagesAndErrorsOutsideModule is like PackagesAndErrors but runs in
    // module-aware mode and ignores the go.mod file in the current directory or any
    // parent directory, if there is one. This is used in the implementation of 'go
    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