/Go-Training

Content, plan and structure for an introduction to Go lang

Primary LanguageGo

Go Training & Workshop

This repo is a rich collection of example code & used as starting point for discussing many of the topics while teaching Go. It is maintained and managed by @algogrit.

Installation

mkdir -p $GOPATH/src/github.com/AgarwalConsulting

git clone https://github.com/AgarwalConsulting/Go-Training.git $GOPATH/src/github.com/AgarwalConsulting/Go-Training

cd $GOPATH/src/github.com/AgarwalConsulting/Go-Training

(or)

go install github.com/AgarwalConsulting/Go-Training@latest

References