Commit Graph

4 Commits (48183d2b05e2f71f16289d994a11c5fa0e6b4e69)

Author SHA1 Message Date
Oleksandr Redko 1761459ebc
Refactor to use UnsafeStringToBytes ()
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>
Lunny Xiao cddf245c12
Replace more db.DefaultContext ()
Target 
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files ()
Change all license headers to comply with REUSE specification.

Fix 

Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Lunny Xiao f860a6d2e4
Add system setting table with cache and also add cache supports for user setting ()