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