You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***`*_test.go`**: Comprehensive unit and integration tests.
24
26
25
27
## Building and Running
26
28
@@ -43,10 +45,5 @@ go test ./... -v
43
45
***Language:** Go (1.24+)
44
46
***Concurrency:** Heavy reliance on Goroutines, Channels (`stopCh`, `addCh`), `sync.RWMutex` for state protection, and `sync.WaitGroup` for graceful shutdowns.
45
47
***Context:** Uses `context.Context` for job cancellation, especially relevant for the `OverlapReplace` policy.
46
-
***No External Dependencies:** The project relies solely on the Go standard library.
48
+
***No External Dependencies:** The core library relies solely on the Go standard library. External implementations (SQLite, Redis) are in `pkg/`.
0 commit comments