Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 542 Bytes

eventsource

eventsource provides the building blocks for building and consuming EventSource services. It's based on bernerdschaefer/eventsource.

Installing

go get github.com/peterbourgon/eventsource@latest

Importing

import "github.com/peterbourgon/eventsource"

Docs

See docs for pretty documentation.