Update README

Signed-off-by: Etzelia <etzelia@hotmail.com>
model_post
Etzelia 2019-10-02 15:02:55 -05:00
parent 24de43986f
commit b95011c6fa
No known key found for this signature in database
GPG Key ID: 3CAEB74806C4ADE5
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ func main() {
fmt.Println(err)
}
fmt.Printf("%#v\n", players[0])
for _, player := range players {
fmt.Printf("%#v\n", player)
}
}
```