Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 963 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 963 Bytes

This repo is to serve as a quick dive into Golang for people already familiar with computer programming.

DISCLAIMER:

I have no intent to make this an official book or any sort of publication.

These simply are my notes that I made while learning Golang through O'Reilly - Introduction to Go Programming. That is an awesome course by the amazing @jgrahamc and I suggest you too check the video tutorial by him at http://shop.oreilly.com/product/0636920035305.do. My course review : 🌟 🌟 🌟 🌟 🌟

The repo is organized in different chapters in the following structure:

Ch1 - Basic setup and Getting started

Ch2 - Variables, Simple Types and Declarations

Ch3 - Controling Conditional follow

Ch4 - Functions

Ch5 - Custom Datatypes

Ch6 - Routines and Channels