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
Compare and Show latest version
12 files
+ 78
35
Compare changes
  • Side-by-side
  • Inline
Files
12
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