Re: [go-nuts] Reading http.Request form values

2017-03-03 Thread Linus Lagerhjelm
d an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > > > -- MVH Linus Lagerhjelm -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

[go-nuts] Reading http.Request form values

2017-03-03 Thread linus . lagerhjelm
Initially I intended to file this as an issue on the official Github repository for Go but were referred to this page. This is the first time I am posting. I am writing a web server using Go and trying to parse form data from client. The form is sent using the POST method and I am trying to ge