Capitalize i
This commit is contained in:
committed by
İnanç Gümüş
parent
b6ca30c4bb
commit
27c12b9b58
@ -61,7 +61,7 @@ func cmdByID(cmd []string, games []game, byID map[int]game) bool {
|
||||
|
||||
g, ok := byID[id]
|
||||
if !ok {
|
||||
fmt.Println("sorry. i don't have the game")
|
||||
fmt.Println("sorry. I don't have the game")
|
||||
return true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user