22 lines
433 B
Go
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)),
|
|
}
|
|
}
|