gitea/modules/sync
wxiaoguang 4f27c28947
Remove legacy `unknwon/com` package ()
Follows: 
* The `CopyDir` is only used inside test code
* Rewrite `ToSnakeCase` with more test cases
* The `RedisCacher` only put strings into cache, here we use internal `toStr` to replace the legacy `ToStr`
* The `UniqueQueue` can use string as ID directly, no need to call `ToStr`
..
exclusive_pool.go Fix typos in models/ and modules/ ()
status_pool.go Fix status table race condition ()
status_pool_test.go Fix status table race condition ()
unique_queue.go Remove legacy `unknwon/com` package ()