mirror of
https://github.com/kataras/iris.git
synced 2025-03-15 08:06:27 +01:00
Add the last TODO
This commit is contained in:
parent
657ce735d9
commit
62213e8e5a
|
@ -40,7 +40,7 @@ func main() {
|
||||||
c.JSON(iris.StatusOK, iris.Map{
|
c.JSON(iris.StatusOK, iris.Map{
|
||||||
"Name": "Iris",
|
"Name": "Iris",
|
||||||
"Born": "13 March 2016",
|
"Born": "13 March 2016",
|
||||||
"Stars": 3631,
|
"Stars": 3533,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
iris.Listen(":8080")
|
iris.Listen(":8080")
|
||||||
|
@ -166,6 +166,7 @@ Todo
|
||||||
- [x] Extend, test and publish to the public the [Iris' cmd](https://github.com/kataras/iris/tree/master/iris).
|
- [x] Extend, test and publish to the public the [Iris' cmd](https://github.com/kataras/iris/tree/master/iris).
|
||||||
- [x] Route naming and html url func, requested [here](https://github.com/kataras/iris/issues/165).
|
- [x] Route naming and html url func, requested [here](https://github.com/kataras/iris/issues/165).
|
||||||
- [x] Move middleware & plugins to other repository
|
- [x] Move middleware & plugins to other repository
|
||||||
|
- [ ] Add License files where needed, because THIRDPARTY.MD is not enough as I learned recently.
|
||||||
|
|
||||||
If you're willing to donate click [here](DONATIONS.md)!
|
If you're willing to donate click [here](DONATIONS.md)!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user