1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 20:17:05 +00:00

❤️ awesome and unique features for end-developers are coming...

total refactor of the hero and mvc packages, see README#Next (it's not completed yet)


Former-commit-id: b85ae99cbfe5965ba919c1e15cf4989e787982c0
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-02-29 14:18:15 +02:00
parent 027eb5d6da
commit 5fc24812bc
54 changed files with 2916 additions and 2184 deletions

View File

@@ -8,5 +8,5 @@ func main() {
ctx.WriteString("value")
})
app.Run(iris.Addr(":5000"))
app.Listen(":5000")
}