Update golang.md

This commit is contained in:
Vlad 2021-03-21 14:33:51 +03:00 committed by GitHub
parent db0520dc23
commit 46f2b2e3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -158,8 +158,8 @@ var i, j, k = 1, 2, 3
// Special value: nil (same as null)
var number int // 0
var text string // false
var boolean bool // ""
var text string // ""
var boolean bool // false
// Type conversions
// T(v) converts v to type T
@ -817,4 +817,4 @@ fmt.Errorf("User %d not found", 123) // Print a formatted error
[Return to Summary](#summary)
<hr/>
<hr/>