1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00

2 Commits

Author SHA1 Message Date
Harshavardhana
838de23357
re-use rand.New() do not repeat allocate. ()
also simplify readerLocks to be just like
writeLocks, DRWMutex() is never shared
and there are order guarantees that need
for such a thing to work for RLock's
2021-10-18 08:39:59 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00