This commit is contained in:
light jiang
2019-01-25 15:32:52 +08:00
parent bbfe5ed3a6
commit 38e46d35cb
6 changed files with 48 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
# 源码分析
## 入口
```go
app := iris.New()
app.Run(iris.Addr("0.0.0.0:8080"))
```