Capitalize i
This commit is contained in:
committed by
İnanç Gümüş
parent
b6ca30c4bb
commit
27c12b9b58
@@ -13,7 +13,7 @@ import "fmt"
|
||||
func main() {
|
||||
const min = 42
|
||||
|
||||
// i've removed int from the below declaration
|
||||
// I've removed int from the below declaration
|
||||
// since, min's default type is int (you'll learn)
|
||||
var i = min
|
||||
|
||||
|
Reference in New Issue
Block a user