Skip to content

the-code-experiments/get-to-know-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Syntax Reference

A complete training kit on Go programming language syntax for beginners.

Table of content

  • Introduction to Go & development environment.
  • Session 1: Variables, Types, Pointers and Constants.
  • Session 2: Functions.
  • Session 3: Branching & Loops.
  • Session 4: Maps, Slices.
  • Session 5: Methods & Interface.
  • Session 6: Concurrency.

Author & Contributors

We really appreciate all kind of contributions.

Special thanks to contributors for using and supporting Go Syntax Reference materials

Feel free to

  • Request a feature
  • You find any typo errors, enhancements or questions
  • Vote for the ones that are already registered
  • Send the PR

License

The MIT License (MIT);

Copyright (c) 2018 Ashwin Hegde