Files
build-web-application-with-…/zh-tw/01.5.md
2019-06-22 23:41:28 +08:00

9 lines
955 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 1.5 總結
這一章中我們主要介紹了如何安裝 GoGo 可以透過三種方式安裝:原始碼安裝、標準套件安裝、第三方工具安裝,安裝之後我們需要配置我們的開發環境,然後介紹了如何配置本地的`$GOPATH`,透過設定`$GOPATH`之後讀者就可以建立專案,接著介紹了如何來進行專案編譯、應用安裝等問題,這些需要用到很多 Go 命令,所以接著就介紹了一些 Go 的常用命令工具,包括編譯、安裝、格式化、測試等命令,最後介紹了 Go 的開發工具,目前有很多 Go 的開發工具LiteIDE、Sublime、VSCode、Atom、Goland、VIM、Emacs、Eclipse、Idea 等工具,讀者可以根據自己熟悉的工具進行配置,希望能夠透過方便的工具快速的開發 Go 應用。
## links
* [目錄](<preface.md>)
* 上一節:[Go 開發工具](<01.4.md>)
* 下一章:[Go 語言基礎](<02.0.md>)