You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by S-YOU Thursday Jan 05, 2017 at 07:42 GMT
I think the real issue is how to convert something(w, r) from python to func(http.ResponseWriter, *http.Request), you might need type annotations like python 3.6 does.
google#14 opened by @teodor-pripoae on 4 Jan 2017
I'm trying to implement a simple HTTP server, but it seems I can't send a python function as a go function to HandleFunc.
I'm receiving this error:
The text was updated successfully, but these errors were encountered: