1// +build go1.12
2
3package unitchecker
4
5import "go/importer"
6
7func init() {
8	importerForCompiler = importer.ForCompiler
9}
10