Fix thread-safety issues in gitlab-shell
Just the one issue in the end: a check-then-set in HttpClient
. I took the opportunity to make the struct member private, which allows us to rename the GetHttpClient()
method to HttpClient()
, which is more go-idiomatic.
Closes #518 (closed)
Edited by Nick Thomas