my first repo to dive into the golang journey.
- Go is a programming language developed and maintained by Google.
- It has become very popular in terms of its speed, concurrency and
- multithreading power than other languages
- it is used in server side language
- It has many features that needs to be explored and it is very efficient
- It is statically typed
- compiler throws an error when types are used incorrectly
- bugs can often caught by the compiler
- better performance
- It is fast, statically typed, compiled language, interpreted language
- This repository is divided into two sections
- section 1 is about beginner branch
- section 2 is about intermediate branch
- important topics to cover
- variables
- function
- map
- struct
- channels
- array and slice
- interface
- channels