Skip to content

utilityCode-Foundation/go-playground

Repository files navigation

go-playground

A place to explore go

What is go?

Go is a general-purpose language designed with systems programming in mind. It was initially developed at Google in the year 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is strongly and statically typed, provides inbuilt support for garbage collection, and supports concurrent programming.

Prerequisites

  • Installed Golang on your local environment.

Table of Content (The starter)

Id Topic Docs
00 The "Hello World" User Guide
01 Work with variables User Guide
02 Work with constant User Guide
03 Work with decision making User Guide
04 Work with loop User Guide
05 Work with function (call by value) User Guide
06 Work with function (call by reference) User Guide
07 Work with function (as value) User Guide
08 Work with function (closure) User Guide
09 Work with array User Guide
10 Work with struct User Guide
11 Work with slice User Guide
12 Work with range User Guide
13 Work with map User Guide
14 Work with recursion User Guide
15 Work with interface and method overloading User Guide
16 Work with error handling User Guide

Table of Content (More than starter)

Id Topic Docs
00 Closures User Guide
00 Concurrency User Guide
01 Data structure User Guide
02 Algorithm User Guide
03 Design pattern User Guide

Table of Content (Work with data storages)

Id Topic Docs
00 Mongo User Guide
01 MySql User Guide
02 Neo4j User Guide

Want to contribute ?

We are so excited to have you!