repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
1dcd955
parent
f383c74
author
Eric Bower
date
2025-03-14 11:38:15 -0400 EDT
chore(tui.logs): lint
1 files changed,  +0, -1
M pkg/tui/logs.go
+0, -1
1@@ -27,7 +27,6 @@ type LogsPage struct {
2 
3 	input    *TextInput
4 	list     *list.Dynamic
5-	focus    string
6 	logs     []*LogLine
7 	filtered []int
8 	ctx      context.Context