Skip to content

Instantly share code, notes, and snippets.

View gsrai's full-sized avatar

Gagan Srai gsrai

View GitHub Profile
@gsrai
gsrai / README.md
Created May 20, 2024 20:36
Web Dev in Go 1.22

Web Dev in Go 1.22

Go 1.22 now ships with an HTTP server multiplexer, so there is no longer a need to include routing libraries like httprouter or chi.

Basic use of http.ServeMux

package main