Capitalize i

This commit is contained in:
Firas Khalil Khana
2021-06-08 11:19:26 +03:00
committed by İnanç Gümüş
parent b6ca30c4bb
commit 27c12b9b58
29 changed files with 71 additions and 71 deletions
@@ -139,7 +139,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
}
@@ -66,7 +66,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
}
@@ -119,7 +119,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
}
@@ -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
}
@@ -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
}
@@ -65,7 +65,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
}