diff --git a/Home.md b/Home.md index 44bbaa0..d77a4b0 100644 --- a/Home.md +++ b/Home.md @@ -7,3 +7,5 @@ **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. + +> 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. diff --git a/Installation.md b/Installation.md index 830d85e..d488838 100644 --- a/Installation.md +++ b/Installation.md @@ -1,6 +1,6 @@ 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 $ go env -w GO111MODULE=on @@ -9,7 +9,7 @@ $ go env -w GO111MODULE=on ## Install ```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. @@ -20,7 +20,7 @@ module your_project_name go 1.14 require ( - github.com/kataras/iris/v12 v12.1.9-0.20200618063647-c11725ab44d1 + github.com/kataras/iris/v12 v12.1.8 ) ``` diff --git a/Our-users.md b/Our-users.md index ac17c5a..f603616 100644 --- a/Our-users.md +++ b/Our-users.md @@ -5,10 +5,9 @@ Simply edit this wiki page and add your own in a list-based form. --------------- - https://www.cedato.com -- https://github.com/peterq/pan-light +- https://pan-light.peterq.cn - https://mlog.club - https://elta.ee - https://wzd.dev - https://anuncia.do - PUT YOUR PROJECT OR COMPANY HERE -https://github.com/eltaline/ctrl \ No newline at end of file diff --git a/Publications.md b/Publications.md index 909e42b..4688c43 100644 --- a/Publications.md +++ b/Publications.md @@ -1,7 +1,7 @@ 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) -* [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 2: Database Integration With GORM](https://bit.ly/34PvKxR) * [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 | | :--- | :--- | :--- | :--- | -| 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 | | 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 |