fixed example code

This commit is contained in:
Duke 2014-04-10 03:49:00 -03:00
parent 1a5a4b707d
commit 98e9670b8e
1 changed files with 1 additions and 0 deletions

View File

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