Home
last modified time | relevance | path

Searched refs:httpClientMu (Results 1 – 1 of 1) sorted by relevance

/dports/devel/gh/cli-2.4.0/pkg/cmd/root/
H A Droot.go155 httpClientMu sync.RWMutex // guards httpClient member
160 l.httpClientMu.RLock()
162 l.httpClientMu.RUnlock()
166 l.httpClientMu.Lock()
168 l.httpClientMu.Unlock()