google / docsy

A set of Hugo doc templates for launching open source content.
https://docsy.dev
Apache License 2.0
2.63k stars 904 forks source link

Problem when bindingJson with date value #2033

Closed just-pthai-it closed 5 months ago

just-pthai-it commented 5 months ago

It seems like those tag time_format:"2006-01-02" time_utc:"1"` can only bind data to struct with form data or query params but not with the payload of POST request. I keep getting validation exception if only pass date value instead of full datetime value