Skip to content

josefophe/go_training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Introductory Go course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%