Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _parseArgs (0.08 sec)

  1. src/cmd/go/internal/modget/get.go

    			modload.WriteWorkFile(gowork, wf)
    		}
    	}
    }
    
    // parseArgs parses command-line arguments and reports errors.
    //
    // The command-line arguments are of the form path@version or simply path, with
    // implicit @upgrade. path@none is "downgrade away".
    func parseArgs(ctx context.Context, rawArgs []string) (dropToolchain bool, queries []*query) {
    	defer base.ExitIfErrors()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top