{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreigrtmsfgeomojdcdghiiyaxxscd24ih2vut7gjjbw3xq3yagwawle",
    "uri": "at://did:plc:iu6sln2l6dttmxhkrixcfav5/app.bsky.feed.post/3mkemgsxcgle2"
  },
  "path": "/go/closure-mutable-refs/",
  "publishedAt": "2026-04-25T00:00:00.000Z",
  "site": "https://rednafi.com",
  "tags": [
    "Go",
    "Concurrency"
  ],
  "textContent": "A Go closure holds a live reference to whatever it captures, not a snapshot. Real examples of where this trips people up, and how to keep it boring.",
  "title": "Go quirks: function closures capturing mutable references"
}