From 3fd97df375624ac5eb7ae3336f24b49c1b5b724b Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 17 Apr 2014 10:18:26 +0800 Subject: [PATCH] bug #100 resolved --- docs/QuickStartEn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QuickStartEn.md b/docs/QuickStartEn.md index 7cc08e2e..74baf2c0 100644 --- a/docs/QuickStartEn.md +++ b/docs/QuickStartEn.md @@ -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{}) ``` 同时需要注意的是: