fix import order

This commit is contained in:
Alexandr Mayorskiy
2020-04-12 17:44:20 +03:00
parent 7af8f522e8
commit dfc0280759
+1 -1
View File
@@ -3,6 +3,7 @@ package parser
import (
"bytes"
"fmt"
"go/build"
"io/ioutil"
"os"
"os/exec"
@@ -10,7 +11,6 @@ import (
"path/filepath"
"strings"
"sync"
"go/build"
)
func getPkgPath(fname string, isDir bool) (string, error) {