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" )