|
You are here |
danielms.site | ||
| | | | |
xnacly.me
|
|
| | | | | Guide about working with JSON in go with HTTP server example | |
| | | | |
rmoff.net
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | This tutorial discusses how to wrap errors in Go. It also teaches how to use the Is and As functions from the error package. | ||