From 9ac08bb6f1c9353de1626fbad70a25e7e3862284 Mon Sep 17 00:00:00 2001 From: Thomas Sindt Date: Fri, 27 Feb 2026 22:01:31 +0100 Subject: [PATCH] tview test2 --- tvtest/tvtest.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tvtest/tvtest.go b/tvtest/tvtest.go index c2aa022..62d6885 100644 --- a/tvtest/tvtest.go +++ b/tvtest/tvtest.go @@ -1,5 +1,7 @@ package main +// https://github.com/rivo/tview?tab=readme-ov-file + import ( "github.com/rivo/tview" )