...

Source file src/pkg/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker112.go

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

View as plain text