Quellcode durchsuchen

Reorder imports

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev vor 7 Jahren
Ursprung
Commit
61fa07c413
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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.