Files
moxa/stdlib/go1_14_hash_maphash.go
2020-02-26 15:06:06 +01:00

22 lines
433 B
Go

// Code generated by 'goexports hash/maphash'. DO NOT EDIT.
// +build go1.14,!go1.15
package stdlib
import (
"hash/maphash"
"reflect"
)
func init() {
Symbols["hash/maphash"] = map[string]reflect.Value{
// function, constant and variable definitions
"MakeSeed": reflect.ValueOf(maphash.MakeSeed),
// type definitions
"Hash": reflect.ValueOf((*maphash.Hash)(nil)),
"Seed": reflect.ValueOf((*maphash.Seed)(nil)),
}
}