mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
go fmt ./...
This commit is contained in:
parent
18593d8919
commit
f079683d45
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue