This commit is contained in:
Lunny Xiao 2019-10-14 23:18:23 +08:00
parent 04fcdcc6d5
commit 6532fb85dc
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ if _, err := session.Exec("delete from userinfo where username = ?", user2.Usern
return nil
```
* Transation should on one go routine. There is transaction and resue session memory
* Transation should be on one go routine. There is transaction and resue session memory
```Go
session := engine.NewSession()