in spectator/writer/writer.go [35:39]
func (m *MemoryWriter) Reset() { m.mu.Lock() defer m.mu.Unlock() m.lines = []string{} }