gowfs
gowfs copied to clipboard
Is this a thread-safe lib?
I read gowfs code. The main logic is built by http request. Just like webhdfs doc's example which is called by curl.
According to go build-in lib http, it is thread saft. Right?