Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkGOVCS (0.2 sec)

  1. src/cmd/go/internal/vcs/vcs.go

    	{"public", []string{"git", "hg"}},
    }
    
    // checkGOVCS checks whether the policy defined by the environment variable
    // GOVCS allows the given vcs command to be used with the given repository
    // root path. Note that root may not be a real package or module path; it's
    // the same as the root path in the go-import meta tag.
    func checkGOVCS(vcs *Cmd, root string) error {
    	if vcs == vcsMod {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
Back to top