Building a web service with go-tool-base, part 3: a REST service, by hand and by specTwo ways to put REST on a Go service: a hand-written net/http ServeMux, and generated handlers from an OpenAPI spec with oapi-codegen.