Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for example (0.07 sec)

  1. src/cmd/go/internal/version/version.go

    		// If any of this command's flags were passed explicitly, error
    		// out, because they only make sense with arguments.
    		//
    		// Don't error if the flags came from GOFLAGS, since that can be
    		// a reasonable use case. For example, imagine GOFLAGS=-v to
    		// turn "verbose mode" on for all Go commands, which should not
    		// break "go version".
    		var argOnlyFlag string
    		if !base.InGOFLAGS("-m") && *versionM {
    			argOnlyFlag = "-m"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 19:27:00 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top