Merge pull request #9 from go-xorm/master

update
This commit is contained in:
S.W.H 2014-04-17 22:18:41 +08:00
commit b21b2f598c
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{})
```
同时需要注意的是: