From de8c59aee122265d6a721cd5bf4eba68a9d7bcf0 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Tue, 28 Jul 2015 14:50:19 +0100 Subject: [PATCH] Use goimports to format imports --- commands/command_checkout.go | 7 ++++--- commands/command_fetch.go | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/commands/command_checkout.go b/commands/command_checkout.go index a83d25fc..305a2a2d 100644 --- a/commands/command_checkout.go +++ b/commands/command_checkout.go @@ -1,12 +1,13 @@ package commands import ( - "github.com/github/git-lfs/git" - "github.com/github/git-lfs/lfs" - "github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra" "os" "os/exec" "sync" + + "github.com/github/git-lfs/git" + "github.com/github/git-lfs/lfs" + "github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra" ) var ( diff --git a/commands/command_fetch.go b/commands/command_fetch.go index 25ad663a..4239ef52 100644 --- a/commands/command_fetch.go +++ b/commands/command_fetch.go @@ -1,11 +1,12 @@ package commands import ( + "time" + "github.com/github/git-lfs/git" "github.com/github/git-lfs/lfs" "github.com/github/git-lfs/vendor/_nuts/github.com/rubyist/tracerx" "github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra" - "time" ) var (