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

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