labstack / echo

High performance, minimalist Go web framework
https://echo.labstack.com
MIT License
29.62k stars 2.22k forks source link

Default binder can bind pointer to slice as struct field. For example `*[]string` #2608

Closed aldas closed 6 months ago

aldas commented 6 months ago

Default binder can bind pointer to slice as struct field. For example *[]string

Related issue https://github.com/labstack/echo/issues/2381

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.03%. Comparing base (c57fcb3) to head (85298af).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2608 +/- ## ======================================= Coverage 93.02% 93.03% ======================================= Files 41 41 Lines 4702 4706 +4 ======================================= + Hits 4374 4378 +4 Misses 236 236 Partials 92 92 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.