Merge branch 'master' into fix/exec_for_update_on_master

This commit is contained in:
Lunny Xiao 2021-10-29 17:31:31 +08:00
commit fe90482327
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Firstly, we should new an engine for a database.
engine, err := xorm.NewEngine(driverName, dataSourceName)
```
* Define a struct and Sync2 table struct to database
* Define a struct and Sync table struct to database
```Go
type User struct {