1// this file was generated by gomacro command: import _b "net/http/httptrace"
2// DO NOT EDIT! Any change will be lost when the file is re-generated
3
4package imports
5
6import (
7	. "reflect"
8	"net/http/httptrace"
9)
10
11// reflection: allow interpreted code to import "net/http/httptrace"
12func init() {
13	Packages["net/http/httptrace"] = Package{
14	Binds: map[string]Value{
15		"ContextClientTrace":	ValueOf(httptrace.ContextClientTrace),
16		"WithClientTrace":	ValueOf(httptrace.WithClientTrace),
17	}, Types: map[string]Type{
18		"ClientTrace":	TypeOf((*httptrace.ClientTrace)(nil)).Elem(),
19		"DNSDoneInfo":	TypeOf((*httptrace.DNSDoneInfo)(nil)).Elem(),
20		"DNSStartInfo":	TypeOf((*httptrace.DNSStartInfo)(nil)).Elem(),
21		"GotConnInfo":	TypeOf((*httptrace.GotConnInfo)(nil)).Elem(),
22		"WroteRequestInfo":	TypeOf((*httptrace.WroteRequestInfo)(nil)).Elem(),
23	},
24	}
25}
26