issues
search
acmestack
/
gorm-plus
Gorm-plus是基于Gorm的增强版,类似Mybatis-plus语法。Gorm-plus is based on an enhanced version of Gorm, similar to Mybatis-plus syntax.
https://github.com/acmestack/gorm-plus/wiki
Apache License 2.0
288
stars
43
forks
source link
add transaction description
#29
Closed
xgxiang
closed
1 year ago
xgxiang
commented
1 year ago
With pull requests:
Open your pull request against
main
Your pull request should have no more than two commits, if not you should squash them.
You should pass all tests by
go test -v ./...
at the project root path in local.
It should pass all tests in the available continuous integration systems such as GitHub Actions.
You should add/modify tests to cover your proposed code changes.
If your pull request contains a new feature, please document it on the README.
main
go test -v ./...
at the project root path in local.