这是本节的多页打印视图。 点击此处打印.

返回本页常规视图.

介绍

Golang 介绍和资料收集

1 - 介绍

Golang 介绍

golang 官网的介绍:

Build simple, secure, scalable systems with Go:

  • An open-source programming language supported by Google
  • Easy to learn and great for teams
  • Built-in concurrency and a robust standard library
  • Large ecosystem of partners, communities, and tools

使用 Go 构建简单、安全、可扩展的系统:

  • Google 支持的开源编程语言
  • 易于学习,非常适合团队
  • 内置并发和强大的标准库
  • 由合作伙伴、社区和工具组成的大型生态系统

资料

2 - 资料

Golang 资料收集

官方网站

官方网站地址为:

https://go.dev/

或者中国的镜像站:

https://golang.google.cn/

内容包括:

  • learn:官方教程,包括文档,教程,案例

  • Docs: 官方文档

  • Packge:包

  • Community:社区

官方教程

https://go.dev/learn/

  • Documentation: 指到官方文档去了,忽略

  • Tour of Go:最基础的 go 知识

  • Go by example:非常基础的一些 golang go相关的示例代码

官方文档

Packge

可以搜索各种 package。

社区