前端速成班
Learn everything you need to get started programming in Go with this crash course tutorial.
通过该速成课程教程,学习在Go中开始编程所需的一切。
First, learn how to install a Go Programming Environment on Windows, Mac, or Linux. Then, learn the basics of Go variables, composite variables, and how to control your Go application. Finally, you will learn how to use functions in Go.
首先,学习如何在Windows,Mac或Linux上安装Go编程环境。 然后,学习Go变量,复合变量的基础知识,以及如何控制Go应用程序。 最后,您将学习如何在Go中使用函数。
This tutorial was developed by Bill Ward from admintome.com.
本教程由admintome.com的Bill Ward开发。
You can watch the video on the freeCodeCamp.org YouTube channel (45 minute watch).
您可以在freeCodeCamp.org YouTube频道上观看视频(观看45分钟)。
翻译自: https://www.freecodecamp.org/news/learn-go-in-this-crash-course/
前端速成班