Go-lang Forms
Back
Bind form data to any Go values.Binds form and JSON data from net/http Request to struct.Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.decode form's values into a struct.Framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.CSRF protection for Go web applications & services.CSRF protection middleware for Go.Go module for encoding structs into URL query parameters.Decode `url.Values` into usable struct values of standard or custom types.