mirror of
https://github.com/kataras/iris.git
synced 2026-01-05 19:27:05 +00:00
fix go.mod caused by prev commit
Former-commit-id: a93e1794c6d8ef01a5539577835fe997d60ec86a
This commit is contained in:
9
doc.go
9
doc.go
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2017-2018 The Iris Authors. All rights reserved.
|
||||
// Copyright (c) 2017-2019 The Iris Authors. All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
@@ -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