forgejo/modules/references
Oleksandr Redko b640ac4660
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>
(cherry picked from commit 1761459ebc7eb6d432eced093b4583425a5c5d4b)
2024-06-16 13:42:58 +02:00
..
references.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-16 13:42:58 +02:00
references_test.go Fix issue link does not support quotes (#29484) (#29487) 2024-03-06 12:10:45 +08:00