mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
minor
This commit is contained in:
parent
d8dde0b958
commit
48577b7ff1
8
FAQ.md
8
FAQ.md
|
@ -28,11 +28,11 @@ Go version 1.13 and above is required.
|
|||
|
||||
More than 180 practical examples, tutorials and articles at:
|
||||
|
||||
- https://iris-go.com/start
|
||||
- https://bit.ly/iris-req-book
|
||||
- https://www.iris-go.com/docs
|
||||
- https://www.iris-go.com/#ebookDonateForm
|
||||
- https://github.com/kataras/iris/wiki/Starter-kits
|
||||
- https://github.com/kataras/iris/tree/master/_examples
|
||||
- https://godoc.org/github.com/kataras/iris <!--https://pkg.go.dev/github.com/kataras/iris/v12@v12.2.0-->
|
||||
- https://pkg.go.dev/github.com/kataras/iris/v12@master
|
||||
|
||||
## Active development mode
|
||||
|
||||
|
@ -53,4 +53,4 @@ Yes, https://chat.iris-go.com
|
|||
|
||||
By people like you, who help us by donating small or large amounts of money.
|
||||
|
||||
Help this project deliver awesome and unique features with the highest possible code quality by donating any amount via [PayPal](https://iris-go.com/donate). Your name will be published [here](https://iris-go.com) after your approval via e-mail.
|
||||
Help this project deliver awesome and unique features with the highest possible code quality by donating any amount via [PayPal or Stripe](https://iris-go.com/donate). Your name will be published [here](https://www.iris-go.com/#review) after your approval via e-mail.
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2017-2021 The Iris Authors. All rights reserved.
|
||||
Copyright (c) 2017-2022 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
|
||||
|
|
|
@ -317,7 +317,7 @@ Iris contains extensive and thorough **[documentation](https://www.iris-go.com/d
|
|||
|
||||
<!-- ![](https://media.giphy.com/media/Ur8iqy9FQfmPuyQpgy/giphy.gif) -->
|
||||
|
||||
For a more detailed technical documentation you can head over to our [godocs](https://godoc.org/github.com/kataras/iris). And for executable code you can always visit the [./_examples](_examples) repository's subdirectory.
|
||||
For a more detailed technical documentation you can head over to our [godocs](https://pkg.go.dev/github.com/kataras/iris/v12@master). And for executable code you can always visit the [./_examples](_examples) repository's subdirectory.
|
||||
|
||||
### Do you like to read while traveling?
|
||||
|
||||
|
|
|
@ -274,7 +274,7 @@ require github.com/kataras/iris/v12 master
|
|||
|
||||
برای اطلاعات بیشتر در مورد اسناد فنی می توانید به مستندات اصلی ما مراجعه کنید.
|
||||
|
||||
> [مستندات اصلی](https://godoc.org/github.com/kataras/iris)
|
||||
> [مستندات اصلی](https://pkg.go.dev/github.com/kataras/iris/v12@master)
|
||||
|
||||
## دوست دارید در حین مسافرت کتاب بخوانید ?
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ $ go run example.go
|
|||
|
||||
Μπορείτε να [ζητήσετε](https://www.iris-go.com/#ebookDonateForm) σήμερα την PDF έκδοση και την online πρόσβαση στο Ηλεκτρονικό μας **Βιβλίο(E-Book)** και να συμμετάσχετε στην ανάπτυξη του Iris.
|
||||
|
||||
[![https://iris-go.com/images/iris-book-cover-sm.jpg](https://iris-go.com/images/iris-book-cover-sm.jpg)](https://bit.ly/iris-req-book)
|
||||
[![https://iris-go.com/images/iris-book-cover-sm.jpg](https://iris-go.com/images/iris-book-cover-sm.jpg)](https://www.iris-go.com/#ebookDonateForm)
|
||||
|
||||
[![follow author](https://img.shields.io/twitter/follow/makismaropoulos.svg?style=for-the-badge)](https://twitter.com/intent/follow?screen_name=makismaropoulos)
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@ Iris 有完整且详尽的 **[使用文档](https://github.com/kataras/iris/wiki
|
|||
|
||||
<!-- ![](https://media.giphy.com/media/Ur8iqy9FQfmPuyQpgy/giphy.gif) -->
|
||||
|
||||
要了解更详细的技术文档,请访问我们的 [godocs](https://godoc.org/github.com/kataras/iris)。如果想要寻找代码示例,您可以到仓库的 [./_examples](_examples) 子目录下获取。
|
||||
要了解更详细的技术文档,请访问我们的 [godocs](https://pkg.go.dev/github.com/kataras/iris/v12@master)。如果想要寻找代码示例,您可以到仓库的 [./_examples](_examples) 子目录下获取。
|
||||
|
||||
### 你喜欢在旅行时阅读吗?
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ func main() {
|
|||
// | {param:email} |
|
||||
// +------------------------+
|
||||
// Email + mx look uppath parameter validation.
|
||||
// Note that, you can also use the simplier ":mail" to accept any domain email.
|
||||
// Note that, you can also use the simpler ":mail" to accept any domain email.
|
||||
|
||||
// http://localhost:8080/user/email/kataras2006@hotmail.com -> OK
|
||||
// http://localhost:8080/user/email/b-c@ -> NOT FOUND
|
||||
|
|
2
doc.go
2
doc.go
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2017-2020 The Iris Authors. All rights reserved.
|
||||
// Copyright (c) 2017-2022 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user