Size: a a a

2021 June 12

VY

Vladislav Yarmak in Go-go!
oh, it supports websockets somehow
источник

M

MohammadMahdi in Go-go!
But i heard that fiber is working on http2 and also gin does not support web socket (we should use Gorilla)
источник

VY

Vladislav Yarmak in Go-go!
either way fasthttp has a lot of corner cases where it doesn't work properly
источник

VY

Vladislav Yarmak in Go-go!
gin works on top of net.http which is mainline go http support
источник

VY

Vladislav Yarmak in Go-go!
typically HTTP networking handling is not a major chunk of web app workload, while business logic is
источник

VY

Vladislav Yarmak in Go-go!
you should not expect that if you pick fastest framework, your app will be going to fly
источник

M

MohammadMahdi in Go-go!
It may be true
But one person said that he had made several projects with fibers and he had no problems!
источник

M

MohammadMahdi in Go-go!
Yes 👍
источник

VY

Vladislav Yarmak in Go-go!
he might be right
источник

VY

Vladislav Yarmak in Go-go!
might be not
источник

M

MohammadMahdi in Go-go!
🤷‍♂️
источник

VY

Vladislav Yarmak in Go-go!
and definitely he will not be person dealing with incompatibility consequences
источник

VY

Vladislav Yarmak in Go-go!
but you likely will
источник

M

MohammadMahdi in Go-go!
Yes you right👍👍
источник

GN

Gleb Nazemnov in Go-go!
Всем привет.


У меня есть json вот с такими полями :

«"about_the_game": "The Witcher: Wild Hunt is a story-driven open world RPG set in a visually stunning fantasy universe full of meaningful choices and impactful consequences. In The Witcher, you play as professional monster hunter Geralt of Rivia tasked with finding a child of prophecy in a vast open world rich with merchant cities, pirate islands, dangerous mountain passes, and forgotten caverns to explore.<h2 class=\"bb_tag\,»

json.Unmarshal ругается на < или >. Вот с такой ошибкой:
invalid character '<' looking for beginning of value


никак не могуй найти решение, мб кто подскажет?
источник

VY

Vladislav Yarmak in Go-go!
можно кусок жсона на пастебин запостить?
источник

VY

Vladislav Yarmak in Go-go!
а то тут непонятно
источник

M

MohammadMahdi in Go-go!
Thank you for your time🙏
источник

VY

Vladislav Yarmak in Go-go!
🤝
источник

GN

Gleb Nazemnov in Go-go!
источник