Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Mar 28, 2022

Basics

Ever thought about why the Go language is still in demand in various sectors? This is because of the assortments that this language offers. The assortments stand in the facilities like the garbage collection, concurrency, and scalability. So, this section is all about the features of the Go language and what it offers.
Introduction to Go
This blog gives an introduction to Go programming language.
Variables and Constants in Go
This blog discusses the concept of variables and constants in Go.
Datatypes & Operators
This article discusses Datatypes & Operators.
Functions, Packages, Recursion & Closure
This article discusses Functions, Packages, Recursion & Closure.
Go Variadic Function EASY
This blog covers the variadic function, its examples and the working of variadic functions in Golang language.
Go Anonymous Function EASY
In this article, we will discuss the definition of the Anonymous Function, with some examples, it's working, and some features.
Main and Init Functions in Golang EASY
In this article, we will discuss the two special functions of Golang, which are main and init.
Go Function Arguments
We will discuss the definition, examples, and features of Function Arguments in Go. We will see how to pass arguments. We will also discuss the Parameter without a name and the Parameter without a type.
Go Functions Returning Multiple Values
We will discuss the definition, examples, features, and uses of Function returning multiple values in Go. We will also discuss the different types of multiple values returned by Functions.
Named Return Values in Go
We will discuss the definition, examples, features, and uses of named return values in Golang. We will also discuss the default value of the named return values.
Methods with the Same Name in Go EASY
In this article, we will learn to create two or more methods in the same package with the same name. We will discuss the syntax and its implementation.
Golang Cgo MEDIUM
In this blog, we will discuss how to integrate C with Golang using Cgo, along with the potential issue faced while working with Cgo.
Directional Channel in Golang MEDIUM
This article will teach us about Directional Channel in Golang, exploring why it is needed, its benefits and conversion along with its significance.