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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user