What is the best package for go router

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 :slight_smile:

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)

1 Like

Thanks a lot for the response @Metalymph, I will use it for learning so I will use ServerMux :slight_smile:

1 Like

Which Go router should I use? (with flowchart)

1 Like

Thanks, @GonzaSaya, very helpful article. I do appreciate it :clinking_glasses:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.