Explore >> Select a destination


You are here

danielms.site
| | xnacly.me
1.5 parsecs away

Travel
| | Guide about working with JSON in go with HTTP server example
| | rmoff.net
1.0 parsecs away

Travel
| | [AI summary] A technical tutorial explaining how to implement a channel-based Kafka consumer in Go, including code examples for message handling and graceful shutdown.
| | ukiahsmith.com
1.4 parsecs away

Travel
| | Often times we need to unmarshal upstream data with unique constraints. Such as custom data types, or custom parsing of specific formats. Using the standard library could be impractical, and handling long structs manually can be tedious; however there is an alternative.
| | golangbot.com
15.7 parsecs away

Travel
| This tutorial discusses how to wrap errors in Go. It also teaches how to use the Is and As functions from the error package.