wsl is removed from linters list because it produces too much noise
several linters are enabled because they are usefull: gosimple, staticcheck, fofmt, nilerr and etc
bugfix: "BucketStat" always returns non-nil err, fixed (found by staticcheck linter),
although this function may need additional fixes.
bugfix: "DiscoveryAllBuckets" returns nil even if errGr.Wait() returns err, fixed (found by nilerr)
bugfix: misusage of atomics in "DiscoveryHandleBuckets", fixed (found by govet).
This function does not seem correct yet, it will be discussed in another issue
NOTE: the current branch is implemented over branch nsaktaganov_vshard_storage_call_resp_unpack_fix.
It should be merged only after #35. Don't forget to change the destination branch to master.
NOTE: the current branch is implemented over branch nsaktaganov_vshard_storage_call_resp_unpack_fix. It should be merged only after #35. Don't forget to change the destination branch to master.