fixed imports

This commit is contained in:
marco 2016-04-09 01:20:52 +02:00
parent 3e78fe69e0
commit 3d7dacca3a
2 changed files with 3 additions and 3 deletions

BIN
enumer Executable file

Binary file not shown.

View File

@ -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 (