1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 19:07:06 +00:00

add some of the _examples to the README, nothing crazy here

Former-commit-id: ec6e4dc3e986e476da99f840bc897324d03ba0d0
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-08-03 13:45:05 +03:00
parent 21e90ac4c5
commit f6160c61bd
2 changed files with 634 additions and 55 deletions

View File

@@ -172,7 +172,7 @@ func main() {
}()
app := iris.New()
app.Get("/", func(ctx iris.Context) {
app.Get("/", func(ctx context.Context) {
ctx.HTML(
`<html><head><title>SSE</title>` + script + `</head>
<body>