We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d92a8d commit b4e6cbdCopy full SHA for b4e6cbd
README.md
@@ -1,6 +1,9 @@
1
# EventSource
2
Swiss Army Knife for SSE in Golang
3
4
+## Semantic Versioning
5
+This library is module-ready and versioned symantically. `master` branch tracks the latest unstable work, and the `vN` branches track stable releases.
6
+
7
# Up and running in 30 seconds
8
So you want to publish events to client that connect to your server?
9
```go
go.mod
@@ -0,0 +1 @@
+module github.com/AndrewBurian/eventsource/v2
0 commit comments