Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EditBuildList (0.43 sec)

  1. src/cmd/go/internal/workcmd/sync.go

    		// so we don't write some go.mods with the "before" toolchain
    		// and others with the "after" toolchain. If nothing else, that
    		// discrepancy could show up in auto-recorded toolchain lines.
    		changed, err := modload.EditBuildList(ctx, nil, mustSelectFor[m])
    		if err != nil {
    			continue
    		}
    		if changed {
    			modload.LoadPackages(ctx, modload.PackageOpts{
    				Tags:                     imports.AnyTags(),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top