Skip to content

Commit b4e6cbd

Browse files
committed
Setup proper v2 module
1 parent 8d92a8d commit b4e6cbd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# EventSource
22
Swiss Army Knife for SSE in Golang
33

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+
47
# Up and running in 30 seconds
58
So you want to publish events to client that connect to your server?
69
```go

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/AndrewBurian/eventsource/v2

0 commit comments

Comments
 (0)