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