github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_16_go_importer.go (about) 1 // Code generated by 'yaegi extract go/importer'. DO NOT EDIT. 2 3 // +build go1.16,!go1.17 4 5 package stdlib 6 7 import ( 8 "go/importer" 9 "reflect" 10 ) 11 12 func init() { 13 Symbols["go/importer/importer"] = map[string]reflect.Value{ 14 // function, constant and variable definitions 15 "Default": reflect.ValueOf(importer.Default), 16 "For": reflect.ValueOf(importer.For), 17 "ForCompiler": reflect.ValueOf(importer.ForCompiler), 18 19 // type definitions 20 "Lookup": reflect.ValueOf((*importer.Lookup)(nil)), 21 } 22 }