Skip to content

Commit 087d9e6

Browse files
committed
Merge pull request astaxie#245 from cloudaice/patch-1
Update 07.2.md
2 parents 46106fc + e4f8b4b commit 087d9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/07.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ JSON(Javascript Object Notation)是一种轻量级的数据交换语言,
6565
var f interface{}
6666
err := json.Unmarshal(b, &f)
6767

68-
这个时候f里面存储了一个map类似,他们的key是string,值存储在空的interface{}里
68+
这个时候f里面存储了一个map类型,他们的key是string,值存储在空的interface{}里
6969

7070
f = map[string]interface{}{
7171
"Name": "Wednesday",

0 commit comments

Comments
 (0)