Skip to content

Commit

Permalink
readme: fix broken link (#98)
Browse files Browse the repository at this point in the history
* fix broken link
* add a newline at the end of file

Co-authored-by: Ilia Sergunin <ilia.sergunin@gmail.com>
  • Loading branch information
Scukerman and maranqz authored Jan 4, 2024
1 parent 3ec0115 commit f1e5dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Compatibility beyond that is not guaranteed.

**To use multiple transactions from different databases**, you need to set CtxKey in [Settings](trm/settings.go) by [WithCtxKey](trm/settings/option.go).

**For nested transactions with different transaction managers**, you need to use [ChainedMW](trm/manager/chain.go) ([docs](https://pkg.go.dev/github.com/github.com/avito-tech/go-transaction-manager)).
**For nested transactions with different transaction managers**, you need to use [ChainedMW](trm/manager/chain.go) ([docs](https://pkg.go.dev/github.com/avito-tech/go-transaction-manager/trm/manager)).

**To skip a transaction rollback due to an error, use [ErrSkip](trm/manager.go#L20) or [Skippable](trm/manager.go#L24)**

Expand Down Expand Up @@ -146,4 +146,4 @@ func (r *repo) Save(ctx context.Context, u *user) error {

## Benchmark

[Comparing](internal/benchmark/with_or_without_trm/README.md) examples with and without trm.
[Comparing](internal/benchmark/with_or_without_trm/README.md) examples with and without trm.

0 comments on commit f1e5dc8

Please sign in to comment.