/golang-playground

This repository contains different modules to learn Go Lang

Primary LanguageGo

Go Language - Tutorial and Playground

Welcome to the Go Language Modules repository! This repository contains a collection of various Go modules designed to learn and demonstrate Go's capabilities.

Table of Contents

  1. Introduction

  2. Install Go Lang

  3. Packages and Imports in Go

  4. Variables in Go

  5. Input and Output Operations

  6. Functions in Go Lang

  7. Error handling and underscore (_) Keyword

  8. Arrays & Slices in Go

  9. Conditions in Go (if-else and switch)

  10. Loops in Go

  11. Maps in Go

  12. Structs in Go

  13. Pointers in Go

  14. Strings Package in Go

  15. Time Package in Go

  16. Defer, Panic and Recover