Skip to content

Commit

Permalink
Update preface.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chai2010 authored Oct 27, 2024
1 parent 6869239 commit 614ecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

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

Expand Down

0 comments on commit 614ecbe

Please sign in to comment.