Files
moxa/stdlib/go1_12_hash_fnv.go

28 lines
562 B
Go

// +build go1.12,!go1.13
package stdlib
// Code generated by 'goexports hash/fnv'. DO NOT EDIT.
import (
"hash/fnv"
"reflect"
)
func init() {
Symbols["hash/fnv"] = map[string]reflect.Value{
// function, constant and variable definitions
"New128": reflect.ValueOf(fnv.New128),
"New128a": reflect.ValueOf(fnv.New128a),
"New32": reflect.ValueOf(fnv.New32),
"New32a": reflect.ValueOf(fnv.New32a),
"New64": reflect.ValueOf(fnv.New64),
"New64a": reflect.ValueOf(fnv.New64a),
// type definitions
// interface wrapper definitions
}
}