1// this file was generated by gomacro command: import _b "crypto/hmac"
2// DO NOT EDIT! Any change will be lost when the file is re-generated
3
4package imports
5
6import (
7	. "reflect"
8	"crypto/hmac"
9)
10
11// reflection: allow interpreted code to import "crypto/hmac"
12func init() {
13	Packages["crypto/hmac"] = Package{
14	Binds: map[string]Value{
15		"Equal":	ValueOf(hmac.Equal),
16		"New":	ValueOf(hmac.New),
17	},
18	}
19}
20