mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
note
parent
f4ce3b8555
commit
16708aa8b6
2
Home.md
2
Home.md
|
@ -7,3 +7,5 @@
|
||||||
**Iris** can be used as a web port for [gRPC](https://grpc.io/). REST API for gRPC services.
|
**Iris** can be used as a web port for [gRPC](https://grpc.io/). REST API for gRPC services.
|
||||||
|
|
||||||
The source code of Iris is hosted on [GitHub ](https://github.com/kataras/iris) and licensed under the terms of [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause), like the [Go project](https://github.com/golang/go) itself.
|
The source code of Iris is hosted on [GitHub ](https://github.com/kataras/iris) and licensed under the terms of [BSD 3-clause License](https://opensource.org/licenses/BSD-3-Clause), like the [Go project](https://github.com/golang/go) itself.
|
||||||
|
|
||||||
|
> Documentation refers to the [v12.1.8 stable release](https://github.com/kataras/iris/tree/v12.1.8). Want to learn about the upcoming release? Head over to the [HISTORY.md#next](https://github.com/kataras/iris/blob/master/HISTORY.md#next) instead.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Iris is a cross-platform software.
|
Iris is a cross-platform software.
|
||||||
|
|
||||||
The only requirement is the [Go Programming Language](https://golang.org/dl/), version 1.13 and above.
|
The only requirement is the [Go Programming Language](https://golang.org/dl/), version 1.14 and above.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go env -w GO111MODULE=on
|
$ go env -w GO111MODULE=on
|
||||||
|
@ -9,7 +9,7 @@ $ go env -w GO111MODULE=on
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get github.com/kataras/iris/v12@master
|
$ go get github.com/kataras/iris/v12@v12.1.8
|
||||||
```
|
```
|
||||||
|
|
||||||
Or edit your project's `go.mod` file.
|
Or edit your project's `go.mod` file.
|
||||||
|
@ -20,7 +20,7 @@ module your_project_name
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/kataras/iris/v12 v12.1.9-0.20200618063647-c11725ab44d1
|
github.com/kataras/iris/v12 v12.1.8
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,9 @@ Simply edit this wiki page and add your own in a list-based form.
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
- https://www.cedato.com
|
- https://www.cedato.com
|
||||||
- https://github.com/peterq/pan-light
|
- https://pan-light.peterq.cn
|
||||||
- https://mlog.club
|
- https://mlog.club
|
||||||
- https://elta.ee
|
- https://elta.ee
|
||||||
- https://wzd.dev
|
- https://wzd.dev
|
||||||
- https://anuncia.do
|
- https://anuncia.do
|
||||||
- PUT YOUR PROJECT OR COMPANY HERE
|
- PUT YOUR PROJECT OR COMPANY HERE
|
||||||
https://github.com/eltaline/ctrl
|
|
|
@ -1,7 +1,7 @@
|
||||||
Prepare a cup of coffee or tea, whatever pleases you the most, and read some articles we found for you.
|
Prepare a cup of coffee or tea, whatever pleases you the most, and read some articles we found for you.
|
||||||
|
|
||||||
* [Go lang: MongoDB, Iris API](https://bit.ly/2TTtbYx)
|
* [Go lang: MongoDB, Iris API](https://bit.ly/2TTtbYx)
|
||||||
* [Golang Iris Web Course 2019](https://bit.ly/web-course-2019)
|
* [Learn Iris and Go (Indonesian)](https://techmaster.vn/posts?author=8229)
|
||||||
* [How to write a Go API Part 1: A Webserver With Iris](https://bit.ly/32xmf4Q)
|
* [How to write a Go API Part 1: A Webserver With Iris](https://bit.ly/32xmf4Q)
|
||||||
* [How to write a Go API Part 2: Database Integration With GORM](https://bit.ly/34PvKxR)
|
* [How to write a Go API Part 2: Database Integration With GORM](https://bit.ly/34PvKxR)
|
||||||
* [How to write a Go API Part 3: Testing With Dockertest](https://bit.ly/2NoZziF)
|
* [How to write a Go API Part 3: Testing With Dockertest](https://bit.ly/2NoZziF)
|
||||||
|
@ -22,7 +22,6 @@ Prepare a cup of coffee or tea, whatever pleases you the most, and read some art
|
||||||
|
|
||||||
| Description | Link | Author | Year |
|
| Description | Link | Author | Year |
|
||||||
| :--- | :--- | :--- | :--- |
|
| :--- | :--- | :--- | :--- |
|
||||||
| Web Course | [https://bit.ly/web-course-2019](https://bit.ly/web-course-2019) | TechMaster | 2019 |
|
|
||||||
| Quick Start with Iris | [https://bit.ly/2wQIrJw](https://bit.ly/2wQIrJw) | J-Secur1ty | 2019 |
|
| Quick Start with Iris | [https://bit.ly/2wQIrJw](https://bit.ly/2wQIrJw) | J-Secur1ty | 2019 |
|
||||||
| Iris & Mongo DB Complete | [https://bit.ly/2IcXZOu](https://bit.ly/2IcXZOu) | Musobar Media | 2018 |
|
| Iris & Mongo DB Complete | [https://bit.ly/2IcXZOu](https://bit.ly/2IcXZOu) | Musobar Media | 2018 |
|
||||||
| Getting Started with Iris | [https://bit.ly/2XGafMv](https://bit.ly/2XGafMv) | stephgdesign | 2018 |
|
| Getting Started with Iris | [https://bit.ly/2XGafMv](https://bit.ly/2XGafMv) | stephgdesign | 2018 |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user