diff options
| author | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-11-22 01:08:00 +0300 |
|---|---|---|
| committer | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-11-22 01:08:00 +0300 |
| commit | 8252d2f2f19e1b2cad43b472bfdb4308cd3df649 (patch) | |
| tree | 5767e1d5ffa997284ca764c9f9cc5e4f531dfd09 /main.go | |
| parent | re-arrangement (diff) | |
| download | gitbatch-8252d2f2f19e1b2cad43b472bfdb4308cd3df649.tar.gz | |
refactoring and added initial implementation of fetc & pull mechanisms
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ func main() { if err != nil { log.Fatal(err) } + app.Gui.Run() defer app.Close() |
