Hi there, I a newbie in Golang
I’m trying to implement routes in go and I see a lot of packages online. If someone can help me with selecting the best package would be really appreciated.
Thanks a lot
Hi there, I a newbie in Golang
I’m trying to implement routes in go and I see a lot of packages online. If someone can help me with selecting the best package would be really appreciated.
Thanks a lot
Hi! About routing there’s a topic already discussed if can help you.
However, if you don’t need complex operations or high performances, and you want instead learn by yourself, than I’d always go for ServeMux (the stdlib)
Which Go router should I use? (with flowchart)