add link for transactions example

Gerasimos (Makis) Maropoulos 2019-08-09 23:15:04 +03:00
parent fffdbf67a3
commit 871fb86a6e
No known key found for this signature in database
GPG Key ID: F169457BBDA4ACF4

@ -102,3 +102,5 @@ app.Get("/save", func(ctx iris.Context) {
ctx.WriteString("success") ctx.WriteString("success")
}) })
``` ```
In addition to that, Iris provides a comprehensive API for **Transactions**. Learn more about it by running an [example](https://github.com/kataras/iris/blob/master/_examples/http_responsewriter/transactions/main.go).