Categorygithub.com/agarwalconsulting/go-training
modulepackage
0.0.0-20240712133535-75229b5999a3
Repository: https://github.com/agarwalconsulting/go-training.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Add adds two integers.