मुख्य कंटेंट तक स्किप करें

11 docs tagged with "go"

सारे टैग देखें

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.

Go (Golang) Cheatsheet

A concise Go (Golang) cheatsheet covering syntax, data types, slices, maps, structs, pointers, and DSA-relevant patterns for interview preparation.

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.