go fmt ./...

This commit is contained in:
Yasuhiro Matsumoto 2020-06-02 23:40:41 +09:00
parent 18593d8919
commit f079683d45
No known key found for this signature in database
GPG key ID: 622DE34DC490584B
3 changed files with 3 additions and 3 deletions

View file

@ -12,9 +12,9 @@ import (
"sync"
"github.com/mattn/go-isatty"
"github.com/urfave/cli/v2"
"github.com/x-motemen/ghq/cmdutil"
"github.com/x-motemen/ghq/logger"
"github.com/urfave/cli/v2"
"golang.org/x/sync/errgroup"
)

View file

@ -10,8 +10,8 @@ import (
"sync"
"github.com/Songmu/gitconfig"
"github.com/x-motemen/ghq/logger"
"github.com/saracen/walker"
"github.com/x-motemen/ghq/logger"
)
const envGhqRoot = "GHQ_ROOT"

View file

@ -4,8 +4,8 @@ import (
"fmt"
"os"
"github.com/x-motemen/ghq/logger"
"github.com/urfave/cli/v2"
"github.com/x-motemen/ghq/logger"
)
const version = "1.1.0"