20 lines
474 B
Go
20 lines
474 B
Go
package stdlib
|
|
|
|
// Code generated by 'goexports net/http/fcgi'. DO NOT EDIT.
|
|
|
|
import (
|
|
"net/http/fcgi"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Value["net/http/fcgi"] = map[string]reflect.Value{
|
|
"ErrConnClosed": reflect.ValueOf(fcgi.ErrConnClosed),
|
|
"ErrRequestAborted": reflect.ValueOf(fcgi.ErrRequestAborted),
|
|
"ProcessEnv": reflect.ValueOf(fcgi.ProcessEnv),
|
|
"Serve": reflect.ValueOf(fcgi.Serve),
|
|
}
|
|
|
|
Type["net/http/fcgi"] = map[string]reflect.Type{}
|
|
}
|