answer from github:
> Thank you for raising this issue. Unlike many projects on GitHub, the Go
> project does not use its bug tracker for general discussion or asking
> questions. We only use our bug tracker for tracking bugs and tracking
> proposals going through the Proposal Process.
пятниц
Hi!
In version 1.9, I had no problem getting the FormValue in http request.
After upgrading to version Go 1.10 of FormValue is empty. Did I find the
error? in module:
mine/multipart/formdata.go
*before*:
_, hasContentTypeHeader := p.Header["Content-Type"]
if *!*hasContentTypeHeader && filename ==