1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-06 03:27:27 +00:00

fix an idiot typo

Former-commit-id: 3b493bedb38641c84e19c3b53d6bd0b273cc9d81
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-05-05 22:07:56 +03:00
parent cc19f80049
commit 47075a82e9
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@
* [Transactions](http_responsewriter/transactions/main.go)
* [SSE](http_responsewriter/sse/main.go)
* [SSE (third-party package usage for server sent events)](http_responsewriter/sse-third-party/main.go)
* [Webassemply](webassemply/basic/main.go)
* [Webassembly](webassembly/basic/main.go)
* Cache
* [Simple](cache/simple/main.go)
* [Client-Side (304)](cache/client-side/main.go)