21 lines
525 B
Go
21 lines
525 B
Go
package stdlib
|
|
|
|
// Code generated by 'goexports net/http/cookiejar'. DO NOT EDIT.
|
|
|
|
import (
|
|
"net/http/cookiejar"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Value["net/http/cookiejar"] = map[string]reflect.Value{
|
|
"New": reflect.ValueOf(cookiejar.New),
|
|
}
|
|
|
|
Type["net/http/cookiejar"] = map[string]reflect.Type{
|
|
"Jar": reflect.TypeOf((*cookiejar.Jar)(nil)).Elem(),
|
|
"Options": reflect.TypeOf((*cookiejar.Options)(nil)).Elem(),
|
|
"PublicSuffixList": reflect.TypeOf((*cookiejar.PublicSuffixList)(nil)).Elem(),
|
|
}
|
|
}
|