/golang-playground

Studying and playing with general concepts from GOLANG in one repository (beginner/intermediates/advanced) 🤟

Primary LanguageGo

golang.png

Introduction

Welcome to my Golang Playground. 👨🏻‍💻⚡️

This repository stands for the Go programming language. It is a collection of Go code snippets that explain various concepts in Go programming. The code snippets are organized into chapters, each focusing on a specific topic. The explanations are provided in the form of comments within the code snippets.

Chapters

  1. Pointers: Check explanation
  2. Array and slices: Check explanation
  3. Maps: Check explanation
  4. Structs: Check explanation
  5. Methods: Check explanation
  6. Interfaces: Check explanation
  7. Type Assertion: Check explanation
  8. Errors: Check explanation
  9. Readers and Writers: Check explanation