github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_16_testing_fstest.go (about)

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