Programming/golang
golang echo 구조체 배열은 미지원?
구차니
2023. 11. 6. 11:54
안되면 그냥 _1 _2 붙여서 해야지 머 -_ㅠ
Echo framework does not support binding array from form data out of the box.
You can use json instead or use 3rd party library. See implementation or post and github issue https://github.com/labstack/echo/issues/1644 |
[링크 : https://stackoverflow.com/questions/69409036/how-to-bind-multipart-form-data-array-in-echo-framework]