In this video, we start a new series on building a RESTful API in Go using only the standard library.
We cover:
- Setting up a Go HTTP server with
net/http - Writing and registering your first handler
- Returning a “Hello World” response
- What we’re building toward over the rest of the series
