Documentation

Guides for building and running Go services with nurago

One guide per topic. Each links to the package pages it covers, and each package page carries the full package documentation with a runnable example.

Guides

  • Building a Production REST API in Go : a twenty-part guide, on tecnick.com, that builds a complete service on top of examples/service, from a bound socket to a deployment manifest.

The reference pages below answer “how do I do X”. The guide answers “why is the service shaped this way, and what happens when a request arrives”.