Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 831 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 831 Bytes

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