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:
7
doc.go
7
doc.go
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user