golang.org/x/oauth2.reuseTokenSource.mu (field)

3 uses

	golang.org/x/oauth2 (current package)
		oauth2.go#L291: 	mu sync.Mutex // guards t
		oauth2.go#L299: 	s.mu.Lock()
		oauth2.go#L300: 	defer s.mu.Unlock()