1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-27 05:45:56 +00:00

💡 Happy Sunday: Introducing rizla

This commit is contained in:
Makis Maropoulos
2016-06-26 16:26:44 +03:00
parent bd91395b19
commit 6391ba04ca
4 changed files with 18 additions and 216 deletions

View File

@@ -8,7 +8,7 @@ Third party packages
- [blackfriday is one of the supporting template engines](https://github.com/russross/blackfriday)
- [klauspost/gzip for faster compression](https://github.com/klauspost/compress)
- [httprouter](https://github.com/julienschmidt/httprouter) for the basic BSD kernel's [trie algorithm](https://en.wikipedia.org/wiki/Trie) used inside [muxEntry](https://github.com/kataras/iris/blob/master/http.go#L578), edited by [Iris' author](https://github.com/kataras) to improve its performance and achieve 0 memory allocations per operation.
- [goo](https://github.com/kataras/goo) used inside iris command line tool
- [rizla](https://github.com/kataras/rizla) used inside iris command line tool
- [cli](https://github.com/kataras/cli) used inside iris command line tool
- [color](https://github.com/fatih/color) with [go-colorable](https://github.com/mattn/go-colorable) for the logger's colors]
- [mergo for merge configs](https://github.com/imdario/mergo)