summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-11-22 01:08:00 +0300
committerIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-11-22 01:08:00 +0300
commit8252d2f2f19e1b2cad43b472bfdb4308cd3df649 (patch)
tree5767e1d5ffa997284ca764c9f9cc5e4f531dfd09 /main.go
parentre-arrangement (diff)
downloadgitbatch-8252d2f2f19e1b2cad43b472bfdb4308cd3df649.tar.gz
refactoring and added initial implementation of fetc & pull mechanisms
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 81ee897..4a716d3 100644
--- a/main.go
+++ b/main.go
@@ -24,6 +24,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
+
app.Gui.Run()
defer app.Close()