in spectator/writer/writer.go [23:27]
func (m *MemoryWriter) Write(line string) { m.mu.Lock() defer m.mu.Unlock() m.lines = append(m.lines, line) }