Skip to content

Commit 15d64b1

Browse files
committed
chore: tighten intro phrasing in event engine article
1 parent 09f587a commit 15d64b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/posts/event-driven-golang

src/content/posts/event-driven-golang/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ seo:
1111

1212
I built this project to understand event-driven architecture in practice, not just from blog posts. I wanted to see jobs move through a system, fail, retry, and recover in a way I could watch in real time.
1313

14-
The result is a small event-driven job engine written in Go. This post explains how it works in simple terms so that even an entry-level CS student can follow along.
14+
The result is a small event-driven job engine written in Go. The rest of this post walks through how it works in plain language.
1515

1616
## Why I cared about events in the first place
1717

0 commit comments

Comments
 (0)