mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
examples: improve the server-sent events example with a table and javascript use...
Former-commit-id: 20a6dd0e62679b20fefb2f0a7819c158247a3ca1
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/r3labs/sse"
|
||||
)
|
||||
|
||||
// First of all install the sse third-party package (you can use other if you don't like this approach)
|
||||
// First of all install the sse third-party package (you can use other if you don't like this approach or go ahead to the "sse" example)
|
||||
// $ go get -u github.com/r3labs/sse
|
||||
func main() {
|
||||
app := iris.New()
|
||||
|
||||
Reference in New Issue
Block a user