golang go語言
The Go programming language (also called Golang) was developed by Google to improve programming productivity. It has seen explosive growth in usage in recent years. In this free course from Micheal Van Sickle, you will learn how to use Go step-by-step.
Google開發了Go編程語言(也稱為Golang),以提高編程效率。 近年來,它的使用激增。 在Micheal Van Sickle的免費課程中,您將逐步學習如何使用Go。
Go is designed specifically as a systems programming language for large, distributed systems and highly-scalable network servers. It is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Go是專門為大型分布式系統和高度可擴展的網絡服務器設計的一種系統編程語言。 它是一種開放源代碼編程語言,可以輕松構建簡單,可靠和高效的軟件。
This course covers the following topics:
本課程涵蓋以下主題:
- Setting Up a Development Environment 建立開發環境
- Variables 變數
- Primitives 原語
- Constants 常數
- Arrays and Slices 數組和切片
- Maps and Structs 地圖和結構
- If and Switch Statements If和Switch語句
- Looping 循環播放
- Defer, Panic, and Recover 推遲,恐慌和恢復
- Pointers 指針
- Functions 功能
- Interfaces 介面
- Goroutines Goroutines
- Channels 頻道
You can watch the full video course on the freeCodeCamp.org YouTube channel (7 hour watch).
您可以在freeCodeCamp.org YouTube頻道上觀看完整的視頻課程(觀看7小時)。
翻譯自: https://www.freecodecamp.org/news/go-golang-course/
golang go語言