sse icon indicating copy to clipboard operation
sse copied to clipboard

Server-Sent Events implementation in Go. Used by the Gin Framework.

Results 4 sse issues
Sort by recently updated
recently updated
newest added

Hi All, I am running jobs on travis-ci and found that jobs are failing for go1.11.X and 1.12.X. Below are the logs $ git clone --depth=10 --branch=master https://github.com/kishorkunal-raj/sse.git kishorkunal-raj/sse $...

Running inside the official golang:1.6 Docker image, using stretchr/testify revision 1f4a1643a57e (on master), the unit tests are failing: ``` docker run -it --rm golang:1.6 $ /go# go get github.com/manucorporat/sse $...

we use gin as our webserver,but It build failed. As this,"cannot use sse.Event literal (type sse.Event) as type render.Render", so push this.