Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/go/internal/modfetch/codehost/git.go

    }
    
    const (
    	// How much have we fetched into the git repo (in this process)?
    	fetchNone = iota // nothing yet
    	fetchSome        // shallow fetches of individual hashes
    	fetchAll         // "fetch -t origin": get all remote branches and tags
    )
    
    // loadLocalTags loads tag references from the local git cache
    // into the map r.localTags.
    func (r *gitRepo) loadLocalTags(ctx context.Context) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top