diff options
| author | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-03 00:16:35 +0300 |
|---|---|---|
| committer | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-03 00:16:35 +0300 |
| commit | dfdb3fe30bcaca107e677fb00146acceacacd52a (patch) | |
| tree | 39176b2cb1d4d68cf6c684fa7aa851e77ef55eab /main.go | |
| parent | migrated utils and command packages into single helpers package (diff) | |
| download | gitbatch-dfdb3fe30bcaca107e677fb00146acceacacd52a.tar.gz | |
code formatting with gofmt
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,12 +3,11 @@ package main import ( "os" - log "github.com/sirupsen/logrus" "github.com/isacikgoz/gitbatch/pkg/app" + log "github.com/sirupsen/logrus" "gopkg.in/alecthomas/kingpin.v2" ) - var ( // take this as default directory if user does not start app with -d flag currentDir, err = os.Getwd() |
