mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 13:02:14 +08:00
Fixes issue where slice/array elements implementing BindUnmarshaler interface were not properly handled. The setArray function now checks if elements implement custom unmarshaling before falling back to default type conversion. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>