Update data_and_memory.md

update tab to space
pull/184/head
XC-Zero 2 years ago committed by GitHub
parent af5497e70b
commit a4161b5fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,11 +74,11 @@ comments: true
=== "Go"
```go title=""
var numbers =[5]int{}
var decimals =[5]float64{}
// go 里没有char ,但有 rune/byte 代替 char
var characters =[5]byte{}
var booleans =[5]bool{}
var numbers = [5]int{}
var decimals = [5]float64{}
// go 里没有char ,但有 rune/byte 用以代替 char
var characters = [5]byte{}
var booleans = [5]bool{}
```
=== "JavaScript"

Loading…
Cancel
Save