Skip to main content

10 docs tagged with "golang"

View all tags

Channels in Go

Learn how to safely communicate between concurrent Goroutines using Channels.

Functions in Go

Understand how to define and use functions, including multiple return values in Go.

Introduction to Go

A beginner-friendly introduction to Go (Golang), covering its features and setup.

Maps in Go

Learn how to use maps in Go to store and retrieve key-value pairs efficiently.