aboutsummaryrefslogtreecommitdiffstats
path: root/termui/termui.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-13 15:28:16 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-13 15:28:47 +0200
commitdf144e727a858ed07e3c9328d91efe052c4781e1 (patch)
treebfbfeea70f97ab3d4274c8e5add2c3aeeac1423b /termui/termui.go
parentf2f779c5a8b4efe67317bbffe110a9880c1f529a (diff)
downloadgit-bug-df144e727a858ed07e3c9328d91efe052c4781e1.tar.gz
fix some linting trouble
Diffstat (limited to 'termui/termui.go')
-rw-r--r--termui/termui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/termui/termui.go b/termui/termui.go
index b45bbc2e..0d3bc56e 100644
--- a/termui/termui.go
+++ b/termui/termui.go
@@ -41,6 +41,7 @@ type window interface {
disable(g *gocui.Gui) error
}
+// Run will launch the termUI in the terminal
func Run(repo repository.Repo) error {
c := cache.NewRepoCache(repo)