-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com | |
[![iris](https://img.shields.io/badge/iris-powered-2196f3.svg?style=for-the-badge)](https://github.com/kataras/iris) | ||
``` | ||
|
||
> The badge is optionally, of course, it is just a simple and fast way to support Iris. The badge is work of a third-party, taken from https://github.com/blob-go/blob-go which was published by our friend @clover113 and we loved it🧡 | ||
## Editors & IDEs Extensions | ||
|
||
### Visual Studio Code <a href="https://marketplace.visualstudio.com/items?itemName=kataras2006.iris"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Visual_Studio_Code_1.18_icon.svg/2000px-Visual_Studio_Code_1.18_icon.svg.png" height="20px" width="20px" /></a> | ||
|
@@ -21,20 +19,20 @@ Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com | |
## How to upgrade | ||
|
||
```sh | ||
go get -u github.com/kataras/iris/v12@latest | ||
go get -u github.com/kataras/iris/v12@master | ||
``` | ||
|
||
Go version 1.13 and above is required. | ||
|
||
## Learning | ||
|
||
More than 100 practical examples, tutorials and articles at: | ||
More than 180 practical examples, tutorials and articles at: | ||
|
||
- https://iris-go.com/start | ||
- https://bit.ly/iris-req-book | ||
- https://github.com/kataras/iris/wiki/Starter-kits | ||
- https://github.com/kataras/iris/tree/master/_examples | ||
- https://pkg.go.dev/github.com/kataras/iris/[email protected] | ||
- https://godoc.org/github.com/kataras/iris <!--https://pkg.go.dev/github.com/kataras/iris/[email protected]--> | ||
|
||
## Active development mode | ||
|
||
|