Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 01.0.md #1207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zh-tw/01.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Go 是一種新的語言,一種併發的、帶垃圾回收的、快速編譯

- 它可以在一臺計算機上用幾秒鐘的時間編譯一個大型的 Go 程式。
- Go 為軟體構造提供了一種模型,它使依賴分析更加容易,且避免了大部分 C 風格 include 檔案與函式庫的開頭。
- Go 是靜態型別的語言,它的型別系統沒有層級。因此使用者不需要在定義型別之間的關係上花費時間,這樣感覺起來比典型的面嚮物件語言更輕量級
- Go 是靜態型別的語言,它的型別系統沒有層級。因此使用者不需要在定義型別之間的關係上花費時間,這樣感覺起來比典型的面向物件語言更輕量級
- Go 完全是垃圾回收型的語言,併為併發執行與通訊提供了基本的支援。
- 按照其設計,Go 打算為多核機器上系統軟體的構造提供一種方法。

Expand Down