Skip to content
Snippets Groups Projects

V.0.1.0 Codename Threadbare

Closed Ghost User requested to merge v.0.1.0-codename-threadbare into master
7 files
+ 59
22
Compare changes
  • Side-by-side
  • Inline
Files
7
package app
import "github.com/rivo/tview"
import (
"github.com/rivo/tview"
)
type view interface {
GetContent() tview.Primitive
@@ -17,6 +19,7 @@ func NewApp() *App {
a := &App{
app: tview.NewApplication(),
}
return a
}
Loading