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