18 February 2019 CSRF protection middleware for Go nosurf is an HTTP package for Go that helps you prevent Cross-Site Request Forgery attacks.
18 February 2019 A lightweight go library for parsing form data or json from an http.Request Forms is a lightweight, but incredibly useful go library for parsing form data from an http.Request.
18 February 2019 A package for decode form's values into struct in Go A package for decode form's values into struct in Go. The only requirement is Go 1.2 or later.
18 February 2019 Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
25 October 2018 Binds form and JSON data from net/http Request to struct Reflectionless data binding for Go's net/http (not yet a stable 1.0, but not likely to change much either)