forked from mirror/enumer
fixed imports
This commit is contained in:
parent
3e78fe69e0
commit
3d7dacca3a
|
@ -67,6 +67,7 @@ import (
|
||||||
"go/format"
|
"go/format"
|
||||||
"go/parser"
|
"go/parser"
|
||||||
"go/token"
|
"go/token"
|
||||||
|
"go/types"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
@ -74,10 +75,9 @@ import (
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"golang.org/x/tools/go/exact"
|
exact "go/constant"
|
||||||
"golang.org/x/tools/go/types"
|
|
||||||
|
|
||||||
_ "golang.org/x/tools/go/gcimporter"
|
_ "go/importer"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue