Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PackageModuleInfo (0.28 sec)

  1. src/cmd/go/internal/modload/build.go

    			return filepath.Join(cfg.GOROOT, "src", path)
    		}
    	}
    	return ""
    }
    
    // PackageModuleInfo returns information about the module that provides
    // a given package. If modules are not enabled or if the package is in the
    // standard library or if the package was not successfully loaded with
    // LoadPackages or ImportFromFiles, nil is returned.
    func PackageModuleInfo(ctx context.Context, pkgpath string) *modinfo.ModulePublic {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 16:56:39 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top