timolinn / go_training

Introduction to Go programming language video series for http://start.ng

Home Page:https://www.youtube.com/watch?v=0lNgu_iw4Xs&list=PLL0ge2KQPI3XAsGhtW1OS-0pm19ZyUbWi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Training

Week 1

Variable

  • var keyword
  • Short hand variable declaration
  • Local variables
  • Package level variables
  • Variable liftimes

Basic Data Types

  • Integers
  • Strings
  • Booleans
  • Floats

Week2

Control Flow

  • If statements
  • Switch

Composite Types

  • Structures
  • Arrays
  • Slices
  • Map
  • JSON
  • XML

Type Declaration

  • Constants and iota
  • Pointers
  • Structures
  • Functions and Methods

Week3

  • Interfaces
  • Packages (Public and Private feature)
  • Error Handling
  • Goroutines and Channels
  • Sync

Week4

  • HTTP
  • Testing
  • Exercises

Week5

  • Benchmarking
  • Writing Documentation
  • Reflection
  • The Go Tool

About

Introduction to Go programming language video series for http://start.ng

https://www.youtube.com/watch?v=0lNgu_iw4Xs&list=PLL0ge2KQPI3XAsGhtW1OS-0pm19ZyUbWi


Languages

Language:Go 94.8%Language:HTML 4.9%Language:CSS 0.2%Language:JavaScript 0.1%