A community based topic aggregation platform built on atproto
1{ 2 "$type": "social.coves.community.post", 3 "community": "did:plc:programming123", 4 "author": "did:plc:testauthor123", 5 "title": "Best practices for error handling in Go", 6 "content": "I've been working with Go for a while now and wanted to share some thoughts on error handling patterns...", 7 "facets": [ 8 { 9 "index": { 10 "byteStart": 20, 11 "byteEnd": 22 12 }, 13 "features": [ 14 { 15 "$type": "social.coves.richtext.facet#bold" 16 } 17 ] 18 } 19 ], 20 "tags": ["golang", "error-handling", "best-practices"], 21 "langs": ["en"], 22 "createdAt": "2025-01-09T14:30:00Z" 23}