1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

URL Shortener using Iris and BoltDB example

Former-commit-id: 059f5fcd6c1df8df11ed2594ee3c1b1ccc13c7b0
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-03-14 14:54:04 +02:00
parent ac3abca684
commit 549c8eba10
5 changed files with 237 additions and 60 deletions

View File

@@ -27,7 +27,7 @@ Developers should read the official [documentation](https://godoc.org/gopkg.in/k
* [Websockets](examples/websockets/main.go)
* [Markdown and Cache](examples/cache-markdown/main.go)
* [Online Visitors](examples/online-visitors/main.go)
* [URL Shortener](examples/url-shortener/main.go)
* [URL Shortener using BoltDB](examples/url-shortener/main.go)
> Take look at the [community examples](https://github.com/iris-contrib/examples) too!