Merge pull request #89 from dukex/patch-1

fixed example code
This commit is contained in:
Jinzhu 2014-04-11 09:55:24 +08:00
commit 0c5e401e1e
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ type Animal struct { // animals
AnimalId int64 `primaryKey:"yes"`
Birthday time.Time
Age int64
}
```
# Getting Started