form
form copied to clipboard
Is there anyway parse url.values direct to map[string]any
So How can I parse formdata to map[string]any directly like laravel?
not sure what the ask is here?
not sure what the ask is here?
I must use a struct to unmarshal a form data. So there is a method to unmarshal a form data to a anymouns map[string]any ?