struct写完了基本介绍

This commit is contained in:
xiemengjun
2012-08-29 23:55:43 +08:00
parent 95760d9028
commit 61190a8a67
2 changed files with 161 additions and 2 deletions

2
2.3.md
View File

@@ -163,7 +163,7 @@ sExpr和expr1、expr2、expr3的类型必须一致。Go的switch非常灵活。
fmt.Println("default case")
}
上面的程序输出
上面的程序输出
The integer was <= 6
The integer was <= 7