Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update day54_web开发介绍、iris框架安装、HTTP请求和返回、iris路由处理.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Iris框架中文学习文档: [https://studyiris.com/doc/](https://studyiris.c

### 2.4 Iris框架安装
#### 2.4.1 Go版本限制
**环境要求:**iris框架要求golang版本至少为1.8。各位同学可以通过打开终端,执行:go version 命令来查看自己机器的go环境版本。
**环境要求:**iris框架要求golang版本至少为1.13。各位同学可以通过打开终端,执行:go version 命令来查看自己机器的go环境版本。
#### 2.4.2 命令安装
安装Iris框架非常简单,使用go语言的全局安装第三方代码的命令get即可。安装Iris框架的命令如下:
```
Expand Down