update timestamp

This commit is contained in:
filifa 2024-07-11 22:00:25 -05:00
parent fdc71057eb
commit 1e5a532bfd
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ func main() {
} }
} }
ts = feed["metaData"].(map[string]any)["timeStamp"].(string)
game.Update(&feed) game.Update(&feed)
fmt.Println(game) fmt.Println(game)
} }