gomu/gomu.go

14 lines
113 B
Go
Raw Normal View History

2020-06-18 14:30:20 +08:00
package main
import (
"github.com/rivo/tview"
)
func main() {
app := tview.NewApplication()
start(app)
}