From 885ad598854b0562440798e3e5c7056166c07101 Mon Sep 17 00:00:00 2001 From: nkiri Date: Sat, 10 Dec 2016 04:15:18 +0900 Subject: [PATCH] gofmt in command/new.go --- command/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/new.go b/command/new.go index 2e59fe4..e36b816 100644 --- a/command/new.go +++ b/command/new.go @@ -124,7 +124,7 @@ func (c *NewCommand) Run(args []string) int { return ExitCodeFailed } } - + idealDir := filepath.Join(gopath, "src", vcsHost, owner) output := name