Update imports to use builtin versions of packages from 1.5 since relevant bits of x/tools have gone away (see https://groups.google.com/forum/#!topic/golang-announce/qu_rAphYdxY).

This commit is contained in:
pebers 2016-04-08 11:24:33 +01:00 committed by Benjamin Pflanz
parent 5bfdb73f88
commit bafb4908c3
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"
)