updating readme

This commit is contained in:
Steve Domino 2015-12-17 17:20:20 -07:00
parent a99eef6876
commit 472b936e03
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if err != nil {
}
fish := []Fish{}
if err := json.Unmarshal(records, &fish); err != nil {
if err := json.Unmarshal([]byte(records), &fish); err != nil {
fmt.Println("Error", err)
}