Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 502 Bytes

Session 1 - Introduction to Golang

In this session, you will learn the basics of Golang.

Learning Objectives

  • Program structure
    • Variable declaration and assignment
    • type declarations
    • Packages
  • Basic Data types
  • Composite Data types

Note: Each file can be run by go run main.go in each folder.

Challenge

Learning Materials