mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
Update golang.md
This commit is contained in:
@@ -158,8 +158,8 @@ var i, j, k = 1, 2, 3
|
|||||||
// Special value: nil (same as null)
|
// Special value: nil (same as null)
|
||||||
|
|
||||||
var number int // 0
|
var number int // 0
|
||||||
var text string // false
|
var text string // ""
|
||||||
var boolean bool // ""
|
var boolean bool // false
|
||||||
|
|
||||||
// Type conversions
|
// Type conversions
|
||||||
// T(v) converts v to type T
|
// T(v) converts v to type T
|
||||||
|
|||||||
Reference in New Issue
Block a user