Files
moxa/stdlib/go1_20_testing_fstest.go
Marc Vertes 0e3ea5732a update to go1.20
* update to go1.20

* lint

* fix: ci

---------

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-02-03 14:32:05 +01:00

23 lines
463 B
Go

// Code generated by 'yaegi extract testing/fstest'. DO NOT EDIT.
//go:build go1.20
// +build go1.20
package stdlib
import (
"reflect"
"testing/fstest"
)
func init() {
Symbols["testing/fstest/fstest"] = map[string]reflect.Value{
// function, constant and variable definitions
"TestFS": reflect.ValueOf(fstest.TestFS),
// type definitions
"MapFS": reflect.ValueOf((*fstest.MapFS)(nil)),
"MapFile": reflect.ValueOf((*fstest.MapFile)(nil)),
}
}