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)
Thanks a lot for the response @Metalymph, I will use it for learning so I will use ServerMux
Which Go router should I use? (with flowchart)
Thanks, @GonzaSaya, very helpful article. I do appreciate it
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.