Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rootNode (0.1 sec)

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

    	}
    	rootMod := qrs[0].Mod
    	deprecation, err := modload.CheckDeprecation(ctx, rootMod)
    	if err != nil {
    		return nil, fmt.Errorf("%s: %w", args[0], err)
    	}
    	if deprecation != "" {
    		fmt.Fprintf(os.Stderr, "go: module %s is deprecated: %s\n", rootMod.Path, modload.ShortMessage(deprecation, ""))
    	}
    	data, err := modfetch.GoMod(ctx, rootMod.Path, rootMod.Version)
    	if err != nil {
    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