Skip to content

Commit

Permalink
Add godoc reference to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jupp0r committed Apr 20, 2016
1 parent 8ef1bc2 commit 0982043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go Event Store [![Build Status](https://travis-ci.org/jupp0r/go-event-store.svg?branch=master)](https://travis-ci.org/jupp0r/go-event-store) [![Coverage Status](https://coveralls.io/repos/github/jupp0r/go-event-store/badge.svg?branch=master)](https://coveralls.io/github/jupp0r/go-event-store?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/jupp0r/go-event-store)](https://goreportcard.com/report/github.com/jupp0r/go-event-store)
# Go Event Store [![Build Status](https://travis-ci.org/jupp0r/go-event-store.svg?branch=master)](https://travis-ci.org/jupp0r/go-event-store) [![Coverage Status](https://coveralls.io/repos/github/jupp0r/go-event-store/badge.svg?branch=master)](https://coveralls.io/github/jupp0r/go-event-store?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/jupp0r/go-event-store)](https://goreportcard.com/report/github.com/jupp0r/go-event-store) [![GoDoc](https://godoc.org/github.com/jupp0r/go-event-store?status.svg)](https://godoc.org/github.com/jupp0r/go-event-store)

This service implements a persistent event store with exchangable storage backends and pubsub semantics over websocket.
It's currently in alpha state. The API will change quite frequently.
Expand Down

0 comments on commit 0982043

Please sign in to comment.