Skip to content

Commit d315e07

Browse files
committed
🎉 go-03
1 parent 24f246f commit d315e07

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

go-03/1.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,14 @@
2121

2222
## 1.2 类型转化
2323
- Go 语言不允许隐式类型转换
24-
- 别名和原有类型也不能进行隐式类型转换
24+
- 别名和原有类型也不能进行隐式类型转换
25+
26+
## 1.3 类型的预定于值
27+
- math.MaxInt64
28+
- math.MaxFloat64
29+
- math.MaxUint32
30+
31+
## 1.4 指针类型
32+
与其他主要编程语言的差异
33+
- 不支持指针运算
34+
- string是值类型,其默认的初始化值为空字符串,而不是nil

0 commit comments

Comments
 (0)