* update to go1.20 * lint * fix: ci --------- Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
23 lines
463 B
Go
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)),
|
|
}
|
|
}
|