Capitalize i
This commit is contained in:
committed by
İnanç Gümüş
parent
b6ca30c4bb
commit
27c12b9b58
@ -29,7 +29,7 @@ package main
|
||||
// wrong id
|
||||
//
|
||||
// id 10
|
||||
// sorry. i don't have the game
|
||||
// sorry. I don't have the game
|
||||
//
|
||||
// id 1
|
||||
// #1: "god of war" (action adventure) $50
|
||||
|
@ -90,7 +90,7 @@ func main() {
|
||||
|
||||
g, ok := byID[id]
|
||||
if !ok {
|
||||
fmt.Println("sorry. i don't have the game")
|
||||
fmt.Println("sorry. I don't have the game")
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user