Arian van Putten (@programmerdude) 's Twitter Profile
Arian van Putten

@programmerdude

I perform @nixos_org witchcraft at @mercury

ID: 100873706

calendar_today01-01-2010 01:02:38

18,18K Tweet

4,4K Followers

1,1K Following

Arian van Putten (@programmerdude) 's Twitter Profile Photo

Golang has the philosophy of "zero values are useful" . Why does http.NewServeMux() exist? It just returns the zero value. What is the benefit over doing mux := &http.ServeMux{} I don't understand.