Skip to content

Commit 614ecbe

Browse files
authored
Update preface.md
1 parent 6869239 commit 614ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
下图展示了有哪些早期的编程语言对Go语言的设计产生了重要影响。
88

9-
![](../images/ch0-01.png)
9+
![](./images/ch0-01.png)
1010

1111
Go语言有时候被描述为“类C语言”,或者是“21世纪的C语言”。Go从C语言继承了相似的表达式语法、控制流结构、基础数据类型、调用参数传值、指针等很多思想,还有C语言一直所看中的编译后机器码的运行效率以及和现有操作系统的无缝适配。
1212

0 commit comments

Comments
 (0)