Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 483 Bytes

eventsource

eventsource provides the building blocks for consuming and building EventSource services.

Installing

$ go get github.com/bernerdschaefer/eventsource

Importing

import "github.com/bernerdschaefer/eventsource"

Docs

See godoc for pretty documentation or:

# in the eventsource package directory
$ go doc