forgejo/modules/cache
Christoph Mewes 023a894677 chore: fix typos throughout the codebase (#10753)
This PR fixes a number of typos throughout the entire repository. Running https://github.com/crate-ci/typos and then changing all occurrences that I naively deemed "safe enough".

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10753
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Christoph Mewes <christoph@kubermatic.com>
Co-committed-by: Christoph Mewes <christoph@kubermatic.com>
2026-01-26 22:57:33 +01:00
..
cache.go fix: prevent Remove(key)...Get*(key) from returning a value computed before the Remove(key) 2025-11-16 08:53:37 -07:00
cache_redis.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
cache_test.go test: introduce cache concurrency safety test 2025-11-16 08:53:37 -07:00
cache_twoqueue.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
context.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
context_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
mutex_map.go feat: add MutexMap to caching module 2025-11-16 08:53:27 -07:00
mutex_map_test.go chore: fix typos throughout the codebase (#10753) 2026-01-26 22:57:33 +01:00