Prathamesh Chari
Prathamesh Chari's Blog

Prathamesh Chari's Blog

Follow
homeLet's GObadgesnewsletter

Exploring Slices in Go: Dynamic Sequences for Data Management and Manipulation #7

Jan 7, 2023

A Comprehensive Guide with Examples and Tips for Working with Slices in Your Go Programs · A slice is a dynamically-sized sequence of elements of the...

Exploring Slices in Go: Dynamic Sequences for Data Management and Manipulation #7

Arrays in Golang with example #6

Jan 7, 2023

Mastering Arrays in Go: An In-Depth Guide to Working with Fixed-Length Sequences of Data · Arrays in Go are fixed-length sequences of elements of the...

Arrays in Golang with example #6

Pointers in Golang with examples #5

Jan 5, 2023

Understanding and Implementing Pointers for Memory Management and Data Manipulation in Go · What are Pointers in Go? A pointer is a variable that stores...

Pointers in Golang with examples #5

Date and Time in Golang with example #4

Jan 5, 2023

Learn how to work with dates and times in Go with easy-to-follow examples · In Go, the time package provides functionality for working with dates and...

Date and Time in Golang with example #4

User input in Golang with example #3

Jan 4, 2023

A Beginner's Guide to Getting User Input in Go · In Go, you can use the fmt package to get user input from the command line. Here is an example of how to...

User input in Golang with example #3

Comma ok syntax and packages in Go with examples #2

Jan 3, 2023

An in-depth look at two essential concepts in the Go programming language · In Go (also known as Golang), the , ok syntax is often used in conjunction...

Comma ok syntax and packages in Go with examples #2