Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for GOVCS (0.09 sec)

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

    variable; otherwise it is public.
    
    If no rules in the GOVCS variable match a particular module or import path,
    the 'go get' command applies its default rule, which can now be summarized
    in GOVCS notation as 'public:git|hg,private:all'.
    
    To allow unfettered use of any version control system for any package, use:
    
    	GOVCS=*:all
    
    To disable all use of version control, use:
    
    	GOVCS=*:off
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // variable; otherwise it is public.
    //
    // If no rules in the GOVCS variable match a particular module or import path,
    // the 'go get' command applies its default rule, which can now be summarized
    // in GOVCS notation as 'public:git|hg,private:all'.
    //
    // To allow unfettered use of any version control system for any package, use:
    //
    //	GOVCS=*:all
    //
    // To disable all use of version control, use:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/help/helpdoc.go

    	GOTOOLCHAIN
    		Controls which Go toolchain is used. See https://go.dev/doc/toolchain.
    	GOTMPDIR
    		The directory where the go command will write
    		temporary source files, packages, and binaries.
    	GOVCS
    		Lists version control commands that may be used with matching servers.
    		See 'go help vcs'.
    	GOWORK
    		In module aware mode, use the given go.work file as a workspace file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
Back to top