mirror of
https://github.com/gin-gonic/gin.git
synced 2025-04-27 03:56:38 +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