wip 3
This commit is contained in:
parent
b07616086c
commit
162adc0f10
@ -105,7 +105,8 @@ func GetConjureGameInfo() []models.Game {
|
||||
|
||||
fmt.Println("Contents of metadata.txt:")
|
||||
metadata, err := io.ReadAll(rc)
|
||||
parseGameInfo(metadata)
|
||||
game := parseGameInfo(metadata)
|
||||
games = append(games, game)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user