笔记1:go语言入门| 青训营

71 阅读1分钟

go 入门从hello world 开始

参考

1.掘金官方课程参考资料 ‌⁢⁡‬⁤⁤​⁢‌​⁡⁡⁡‬⁡​​⁢⁣‬​‬⁣‌‌⁢⁤‌​‬​⁡​‌⁣​‌⁣‌​⁤⁣​‌⁣Go 语言学习路线图 - 飞书云文档 (feishu.cn)

2.go bible 学习go的基本语法前言 · Go语言圣经 (studygolang.com)

3.go by example 首个实践性的通过带注释的例子程序去介绍Go by Example 中文 (studygolang.com)

开发环境

  • 用于编辑代码的工具。 VSCode
  • 命令终端。 MacOS Terminal
  • 安装 Go[下载和安装]于go dev(go.dev/doc/install)

设计步骤