mirror of
https://github.com/kataras/iris.git
synced 2026-01-06 11:37:06 +00:00
Add nil checks for memstore's GetInt, GetInt64, GetFloat64, GetBool and remove the golang/net/context's interface completion from Context
Former-commit-id: f79940acf96d44df5bae8eaaaf20086fdc5e251e
This commit is contained in:
20
README.md
20
README.md
@@ -1,8 +1,8 @@
|
||||
#  Iris
|
||||
<!-- #  Iris -->
|
||||
|
||||
<!-- <p align="center">
|
||||
<p align="center">
|
||||
<img src="iris_the_new_machine.gif">
|
||||
</p> -->
|
||||
</p>
|
||||
|
||||
Iris is a fast, simple and efficient micro web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.
|
||||
|
||||
@@ -36,9 +36,17 @@ Iris was built on top of the the [net/http](https://golang.org/pkg/net/http/) pa
|
||||
|
||||
<!-- has issues, the img.shields.io's API is problematic for this resource: [](https://github.com/kataras/iris/issues?q=is%3Aissue+is%3Aclosed) -->
|
||||
<!-- [](https://godoc.org/github.com/kataras/iris) -->
|
||||
<p>
|
||||
<img src="https://raw.githubusercontent.com/smallnest/go-web-framework-benchmark/4db507a22c964c9bc9774c5b31afdc199a0fe8b7/benchmark.png" alt="Third-party source for transparency." />
|
||||
</p>
|
||||
|
||||

|
||||
|
||||
_Updated at: [Friday, 29 September 2017](_examples)_
|
||||
|
||||
<details>
|
||||
<summary>Benchmarks from third-party source over the rest web frameworks</summary>
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
### 📑 Table of contents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user