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

add tutorial for the official mongodb go driver

Former-commit-id: 8353dd101c37c223bba404403f9f8fa2d042fede
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-01-28 05:36:44 +02:00
parent 680b5a0923
commit 4284739151
17 changed files with 635 additions and 5 deletions

7
doc.go
View File

@@ -27,7 +27,10 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*
Package iris provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.
Package iris implements the highest realistic performance, easy to learn Go web framework.
Iris provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.
Low-level handlers compatible with `net/http` and high-level fastest MVC implementation and handlers dependency injection.
Easy to learn for new gophers and advanced features for experienced, it goes as far as you dive into it!
Source code and other details for the project are available at GitHub:
@@ -35,7 +38,7 @@ Source code and other details for the project are available at GitHub:
Current Version
11.1.1
11.2.0
Installation