Explore >> Select a destination


You are here

mko.re
| | darrenparkinson.uk
1.8 parsecs away

Travel
| | Injecting Trace IDs into your Logging
| | www.sethvargo.com
2.6 parsecs away

Travel
| | Go 1.21 has some awesome new functionality that improves the developer experience and performance.
| | dusted.codes
2.5 parsecs away

Travel
| | Creating a pretty console logger using Go's slog package
| | hjr265.me
21.6 parsecs away

Travel
| I know many will start with something like Gin whenever they are working on a JSON/HTTP-based backend in Go. I, not entirely sure if the minority, try to stick to Go's built-in net/http package and, at most, use Gorilla Mux in most of my Go projects. And so serving something simple like JSON is no different from the package's point of view as any other content type: whatever it is, write it out to the w, the http.