A single repo about all the sessions of Code with Kernel
- Install Git for your Operating system
For an ubuntu based OS you can use the command
sudo apt install git
- Generate the ssh key using this article
- Create a Github account
- Add the ssh key created to you github account, refer to the article
- Install Go for your Operating system
- Ensure you follow instructions in the "Instal Instructions" section and setup the GOPATH and PATH environment variable correctly
- Learn to use Git as a beginner and progress to becoming a professional. Refer Become a git guru
- Get started with Go Programming Language. Refer to the Go Tour