github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_16_net_http_cgi.go (about) 1 // Code generated by 'yaegi extract net/http/cgi'. DO NOT EDIT. 2 3 // +build go1.16,!go1.17 4 5 package stdlib 6 7 import ( 8 "net/http/cgi" 9 "reflect" 10 ) 11 12 func init() { 13 Symbols["net/http/cgi/cgi"] = map[string]reflect.Value{ 14 // function, constant and variable definitions 15 "Request": reflect.ValueOf(cgi.Request), 16 "RequestFromMap": reflect.ValueOf(cgi.RequestFromMap), 17 "Serve": reflect.ValueOf(cgi.Serve), 18 19 // type definitions 20 "Handler": reflect.ValueOf((*cgi.Handler)(nil)), 21 } 22 }