Fix typo kokemon (should be pokemon)
This commit is contained in:
committed by
İnanç Gümüş
parent
5bc8b86750
commit
99bda939c8
@ -24,7 +24,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
books = newBooks
|
books = newBooks
|
||||||
|
|
||||||
games := []string{"kokemon", "sims"}
|
games := []string{"pokemon", "sims"}
|
||||||
newGames := []string{"pacman", "doom", "pong"}
|
newGames := []string{"pacman", "doom", "pong"}
|
||||||
newGames = games
|
newGames = games
|
||||||
games = nil
|
games = nil
|
||||||
|
Reference in New Issue
Block a user