Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevicenzi committed Feb 20, 2020
1 parent d3f1da7 commit fcf9dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Examples on how to use `go-sse` with multiple libraries and frameworks.
| [echo](https://github.com/labstack/echo) || [echo.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/echo.go) |
| [fasthttp](https://github.com/valyala/fasthttp) || |
| [gin](https://github.com/gin-gonic/gin) || [gin.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/gin.go) |
| [gorilla/mux](https://github.com/gorilla/mux) || [gorilla.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/chi.go) |
| [gorilla/mux](https://github.com/gorilla/mux) || [gorilla.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/gorilla.go) |
| `net/http` || [net_http.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/net_http.go) or [net_http_options.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/net_http_options.go) |

0 comments on commit fcf9dce

Please sign in to comment.