mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
add link for transactions example
parent
fffdbf67a3
commit
871fb86a6e
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user