32 lines
1.1 KiB
Go
32 lines
1.1 KiB
Go
package stdlib
|
|
|
|
// Code generated by 'goexports net/url'. DO NOT EDIT.
|
|
|
|
import (
|
|
"net/url"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Value["net/url"] = map[string]reflect.Value{
|
|
"Parse": reflect.ValueOf(url.Parse),
|
|
"ParseQuery": reflect.ValueOf(url.ParseQuery),
|
|
"ParseRequestURI": reflect.ValueOf(url.ParseRequestURI),
|
|
"PathEscape": reflect.ValueOf(url.PathEscape),
|
|
"PathUnescape": reflect.ValueOf(url.PathUnescape),
|
|
"QueryEscape": reflect.ValueOf(url.QueryEscape),
|
|
"QueryUnescape": reflect.ValueOf(url.QueryUnescape),
|
|
"User": reflect.ValueOf(url.User),
|
|
"UserPassword": reflect.ValueOf(url.UserPassword),
|
|
}
|
|
|
|
Type["net/url"] = map[string]reflect.Type{
|
|
"Error": reflect.TypeOf((*url.Error)(nil)).Elem(),
|
|
"EscapeError": reflect.TypeOf((*url.EscapeError)(nil)).Elem(),
|
|
"InvalidHostError": reflect.TypeOf((*url.InvalidHostError)(nil)).Elem(),
|
|
"URL": reflect.TypeOf((*url.URL)(nil)).Elem(),
|
|
"Userinfo": reflect.TypeOf((*url.Userinfo)(nil)).Elem(),
|
|
"Values": reflect.TypeOf((*url.Values)(nil)).Elem(),
|
|
}
|
|
}
|