Skip to content

Commit e043d23

Browse files
committed
Remove outdated week-by-week plan from testing documentation
1 parent 2ccae8e commit e043d23

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

docs/testing.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -245,23 +245,6 @@ func Eventually(t *testing.T, condition func() bool, timeout time.Duration) {
245245
}
246246
```
247247

248-
## Week-by-Week Plan
249-
250-
### Week 1: Core + Learning Go
251-
- **Days 1-2**: Message template parser (learn string manipulation in Go)
252-
- **Days 3-4**: Basic logger and sinks (learn interfaces and methods)
253-
- **Days 5-7**: File operations and basic enrichers (learn Go's io package)
254-
255-
### Week 2: Pipeline + Seq
256-
- **Days 1-2**: Pipeline architecture (learn composition patterns)
257-
- **Days 3-4**: Seq sink with batching (learn goroutines and channels)
258-
- **Days 5-7**: Container-based testing setup
259-
260-
### Week 3: Polish + Performance
261-
- **Days 1-2**: Performance optimization (learn profiling)
262-
- **Days 3-4**: Elasticsearch sink
263-
- **Days 5-7**: Documentation and examples
264-
265248
## Quick Go Testing Commands
266249

267250
```bash

0 commit comments

Comments
 (0)