Soumendra kumar sahoo
Soumendra's Blog

Soumendra's Blog

Follow
Series

Go Programming

In this series, I will describe various concepts of the GoLang programming language.

Articles in this series

How to Use Structs in GoLang: A Comprehensive Tutorial

Mar 23, 20236 min read 64 views

A short tutorial on struct of GoLang · This blog post discussed structs in GoLang, which are user-defined types used to group data and model real-world...

How to Use Structs in GoLang: A Comprehensive Tutorial
Concurrency and parallelism in Go
Multiple return values from a function
Go: Let's start
Go: Arrays vs Slices