lonetrail
Results
2
issues of
lonetrail
```go if _, e := u.cardRepo.CreateCard(ctx, id); err != nil { return e } ``` Will always commit the transaction even `CreateCard` method is failed. It seems to be wrong.
size:XS
lgtm
**Describe the bug** There are `github.com/siruspen/logrus` and `github.com/sirupsen/logrus` dependencies in the go.mod file, but only one location in the code uses github.com/siruspen/logrus. It seems to have been imported accidentally. **To...
bug