0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 13:30:54 +01:00
gitea/modules/util
wxiaoguang 4f27c28947
Remove legacy unknwon/com package (#19298)
Follows: #19284
* 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`
2022-04-02 00:34:57 +08:00
..
filebuffer
compare.go
io.go Refactor legacy unknwon/com package, improve golangci lint (#19284) 2022-04-01 16:47:50 +08:00
legacy_test.go
legacy.go
paginate_test.go
paginate.go
path_test.go
path.go
remove.go
sanitize_test.go
sanitize.go
sec_to_time_test.go
sec_to_time.go
shellquote_test.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
shellquote.go
slice.go
string_test.go
string.go
timer.go
truncate_test.go
truncate.go
url.go
util_test.go
util.go Fix non-ASCII search on database (#18437) 2022-02-01 20:59:25 +08:00