GithubHelp home page GithubHelp logo

gotraining's Introduction

Go Training

Training materials for beginners to Go. Each package represents a general topic area and each source file is runnable (has it's own main function)

Important

This repo should not be used as an example of how to organise your project or structure your source files. For a better example of organisation and structure, clone the Granitic source repository

The following is the suggested reading order:

Foundations

  1. Getting output from your code

Types, variables and control structures

  1. Declaring and intialising variables
  2. Basic types
  3. Constants
  4. if-else statements
  5. for statements
  6. switch statements
  7. Functions

Data structures

  1. Slices and arrays
  2. Maps
  3. Pointers
  4. Structs
  5. Methods and receivers
  6. Interfaces
  7. Tags

Error handling

  1. Errors
  2. Panic

Testing

  1. Unit tests

Advanced functions

  1. Variadic functions
  2. Defer
  3. Functions as types
  4. Closures and anonymous functions

gotraining's People

Contributors

benhalstead avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.