mirror of
https://github.com/gin-gonic/gin.git
synced 2026-07-13 14:41:33 +08:00
This commit adds support for parsing decimal numbers that start with a dot (e.g. '.1') in query parameters and form data. It implements the BindUnmarshaler interface to handle this special case. Fixes #4089