学习资源
教程
-
入门
在本教程中,您将简要介绍 Go 编程。在此过程中,您将安装 Go,编写一些简单的“Hello, world”代码,使用 go 命令运行您的代码,使用 Go 包发现工具,以及调用外部模块的函数.
-
-
开发web服务
本教程介绍了使用 Go 和 Gin Web 框架编写 RESTful Web 服务 API 的基础知识。在本教程中,您将构建一个具有两个端点的 RESTful API 服务器。.
-
面对面培训
-
提供定制的现场直播培训课程.
-
定制的面对面、远程和在线培训课程。开发人员对开发人员的培训.
-
针对团队的个性化或基于赛道的go培训.
-
Go 的现场课堂培训和分布式系统架构咨询,在印度.
聚会
-
Jun 14, 2022 · Roma, RM Italy
Meetup Golang Roma, con Filippo Valsorda
Benvenuto su **Golang Roma**, la community romana di appassionati di Go.
L'obiettivo del gruppo è di riunire gli amanti di Roma e dintorni di questo linguaggio, fare networking, condividere esperienze e mantenersi aggiornati!
Seguici anche sugli altri nostri canali:
* Twitter: [@golangroma](https://twitter.com/golangroma)
* Github: [golangroma](https://github.com/golangroma)
* Telegram: [Golang Roma](https://t.me/+-2rfddb0IhQzN2Ri)
* Sito Web: [https://www.golangroma.it](https://www.golangroma.it)
\-\-\-
Il nostro Meetup segue la [Go Community Code of Conduct](https://go.dev/conduct), promuovendo un ambiente inclusivo e rispettoso! -
Jun 15, 2022 · Eugene, OR USA
Book Club > Get Programming With Go
All Gophers and curious software professionals are welcome to come discuss Go and related topics.
Go is a Google-funded language for massively-scalable distributed systems that is statically typed and compiled. It has quickly stabilized and is running head-to-head with C++, Java, C#, etc. (The Computer Language Benchmarks Game - Go). However, a larger-than-expected portion of new Gophers is made up of dynamic/interpreted language users who tend to be seeking relief from the cruft in their current languages and/or a more clear future within the horizontally-growing landscape of modern computing.
If you're building web apps, designing APIs, thrive on scalability, or you're simply curious about this fun new(ish) language, let's meetup.
• More resources are available at www.euggo.org -
Jun 15, 2022 · Reston, VA USA
Golang Reston Monthly Meetup
(from golang.org)
The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.