gitea/modules/util
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`
..
filebuffer Add Package Registry ()
compare.go Simplify parameter types ()
io.go Refactor legacy `unknwon/com` package, improve golangci lint ()
legacy.go Remove legacy `unknwon/com` package ()
legacy_test.go Remove legacy `unknwon/com` package ()
paginate.go [API] Add pagination to ListBranches ()
paginate_test.go format with gofumpt ()
path.go Refactor legacy `unknwon/com` package, improve golangci lint ()
path_test.go format with gofumpt ()
remove.go Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end ()
sanitize.go Use a more general (and faster) method to sanitize URLs with credentials ()
sanitize_test.go Use a more general (and faster) method to sanitize URLs with credentials ()
sec_to_time.go Refactor SecToTime() function ()
sec_to_time_test.go Refactor SecToTime() function ()
shellquote.go format with gofumpt ()
shellquote_test.go Fix various documentation, user-facing, and source comment typos ()
slice.go Cleanup protected branches when deleting users & teams ()
string.go Remove legacy `unknwon/com` package ()
string_test.go Remove legacy `unknwon/com` package ()
timer.go Prevent timer leaks in Workerpool and others ()
truncate.go format with gofumpt ()
truncate_test.go Fix a panic in NotifyCreateIssueComment (caused by string truncation) ()
url.go Re-attempt to delete temporary upload if the file is locked by another process ()
util.go Fix non-ASCII search on database ()
util_test.go Fix non-ASCII search on database ()