> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/golang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/golang/master.md).

# Introduction

## 閱讀資源:

中文書：<https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/01.1.md>

Golang 歷史：

<https://golang.org/doc/faq#What_is_the_purpose_of_the_project>

<https://commandcenter.blogspot.com/2017/09/go-ten-years-and-climbing.html>

Golang 設計初衷：<https://talks.golang.org/2012/splash.article>

Gopher mascot 來源：<https://www.youtube.com/watch?v=4rw_B4yY69k>

Golang 專案架構：<https://github.com/golang-standards/project-layout>

Node.js 與 Golang <https://www.bookstack.cn/read/golang-for-nodejs-developers/learning.md>
