Fix README.md: Sync2 -> Sync (#2065)
Co-authored-by: rennnosuke <rennnosuke@noreply.gitea.io> Co-authored-by: RenKanai <turutekab@gmail.com> Reviewed-on: https://gitea.com/xorm/xorm/pulls/2065 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: RenKanai <rennnosuke@noreply.gitea.io> Co-committed-by: RenKanai <rennnosuke@noreply.gitea.io>
This commit is contained in:
parent
26f9d619cc
commit
5feff03a17
|
@ -74,7 +74,7 @@ Firstly, we should new an engine for a database.
|
||||||
engine, err := xorm.NewEngine(driverName, dataSourceName)
|
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
|
```Go
|
||||||
type User struct {
|
type User struct {
|
||||||
|
|
Loading…
Reference in New Issue