bug #100 resolved

This commit is contained in:
Lunny Xiao 2014-04-17 10:18:26 +08:00
parent 41e3d14f20
commit 3fd97df375
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ use xorm.IMapper interface to implement. There are two IMapper implemented: `Sna
SnakeMapper is the default.
```Go
engine.Mapper = SameMapper{}
engine.SetMapper(SameMapper{})
```
同时需要注意的是: