How do I get the response from the "application/x-www-form-urlencoded" form in the console? #2236
|
Please tell me why in the code from the documentation https://github.com/labstack/echox/blob/master/website/content/guide.md#form-applicationx-www-form-urlencoded: ..after executing the command in the console: |
Replies: 3 comments 5 replies
|
This depend on your OS and network settings. I would assume that |
|
NB: your |
|
It turned out that the problem was that I made a mistake when creating the project, and entering the command |
It turned out that the problem was that I made a mistake when creating the project, and entering the command
go mod init myappignored the answergo: modules disabled by GO111MODULE=off; see 'go help modules'and proceeded. Fixed it and now everything works. I know it's stupid and thank you for wanting to help.