Browse Source

Reorder imports

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 7 years ago
parent
commit
61fa07c413
1 changed files with 2 additions and 2 deletions
  1. 2 2
      changes_xpather.go

+ 2 - 2
changes_xpather.go

@@ -1,14 +1,14 @@
 package hercules
 
 import (
+	"bytes"
 	"log"
+	"io"
 
-	"bytes"
 	"github.com/minio/highwayhash"
 	"gopkg.in/bblfsh/client-go.v2/tools"
 	"gopkg.in/bblfsh/sdk.v1/uast"
 	"gopkg.in/src-d/go-git.v4/plumbing"
-	"io"
 )
 
 // ChangesXPather extracts changed UAST nodes from files changed in the current commit.