1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/modules/util
Oleksandr Redko 1761459ebc
Refactor to use UnsafeStringToBytes (#31358)
The PR replaces all `goldmark/util.BytesToReadOnlyString` with
`util.UnsafeBytesToString`, `goldmark/util.StringToReadOnlyBytes` with
`util.UnsafeStringToBytes`. This removes one `TODO`.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-06-14 01:26:33 +00:00
..
filebuffer
rotatingfilewriter
color_test.go
color.go Fix project column title overflow (#31011) 2024-05-20 05:21:01 +00:00
error.go
file_unix_test.go
file_unix.go
file_windows.go
io_test.go
io.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
keypair_test.go
keypair.go Enable unparam linter (#31277) 2024-06-11 18:47:45 +00:00
legacy_test.go
legacy.go
pack_test.go
pack.go
paginate_test.go
paginate.go
path_test.go
path.go
remove.go
sanitize_test.go
sanitize.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-14 01:26:33 +00:00
sec_to_time_test.go
sec_to_time.go
shellquote_test.go
shellquote.go
slice_test.go
slice.go
string_test.go
string.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-14 01:26:33 +00:00
timer_test.go
timer.go
truncate_test.go
truncate.go
url.go
util_test.go
util.go