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语言