Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for repoFor (0.16 sec)

  1. src/cmd/go/internal/load/pkg.go

    			return
    		}
    		if modRepoDir != repoDir {
    			if cfg.BuildBuildvcs != "auto" {
    				setVCSError(fmt.Errorf("main module is in repository %q but current directory is in repository %q", modRepoDir, repoDir))
    				return
    			}
    			goto omitVCS
    		}
    
    		st, err := vcsStatusCache.Do(repoDir, func() (vcs.Status, error) {
    			return vcsCmd.Status(vcsCmd, repoDir)
    		})
    		if err != nil {
    			setVCSError(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top