/GolangGettingStarted

This repository is about getting to know the basics of golang

Primary LanguageGo

Getting Started With Golang

Feel Free To Contribute If You Think Something Is Left Out Of The Basics.

This Repo is about getting to know the basics of golang like:


1. Datatypes
2. Conditionals
3. Functions
4. Loops
5. Structures (Object Oriented)
6. GoRoutines
7. Channels
8. Reader Interface
9. http Implementation
10. Basic Client Server Implementation

NOTE: GoLang is not much of an object oriented language, it has concepts of object oriented paradigm but is not well suited for object oriented progarmming.