Home
last modified time | relevance | path

Searched defs:vcsRepo (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dvcs.go66 type vcsRepo struct { struct
67 …edfile.Mutex // protects all commands, so we don't have to decide which are safe on a per-VCS basis
69 remote string
70 cmd *vcsCmd
71 dir string
73 tagsOnce sync.Once
74 tags map[string]bool
76 branchesOnce sync.Once
77 branches map[string]bool
79 fetchOnce sync.Once
[all …]