Need to pass an explicit importer

This commit is contained in:
pebers 2016-04-08 11:41:22 +01:00 committed by Benjamin Pflanz
parent fb3be6d28a
commit 0c6ac79cc6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
"strings"
"go/constant"
_ "go/importer"
"go/importer"
"go/types"
)