How Go's Server Multiplexer Actually Works
What is ServeMux in Go?
ServeMux is a request router that decides which function should handle an incoming request, it matches the URL of an incoming http request to a set of registered patterns which
areeshzafar.hashnode.dev3 min read