From 98e9670b8e0bc0b44c42048e30a7198349e764d4 Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 10 Apr 2014 03:49:00 -0300 Subject: [PATCH] fixed example code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5059f71d..b06743b5 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ type Animal struct { // animals AnimalId int64 `primaryKey:"yes"` Birthday time.Time Age int64 +} ``` # Getting Started