Skip to content

Commit

Permalink
Setup proper v2 module
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBurian committed Nov 27, 2018
1 parent 8d92a8d commit b4e6cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# EventSource
Swiss Army Knife for SSE in Golang

## Semantic Versioning
This library is module-ready and versioned symantically. `master` branch tracks the latest unstable work, and the `vN` branches track stable releases.

# Up and running in 30 seconds
So you want to publish events to client that connect to your server?
```go
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/AndrewBurian/eventsource/v2

0 comments on commit b4e6cbd

Please sign in to comment.