Browse Source

Reorder imports

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 7 năm trước cách đây
mục cha
commit
61fa07c413
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.