Skip to content

jordangarrison/GolangTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Golang Training

Golang Training

This repo if for use in learning the go language from Todd Mcleod’s Udemy course. You can see his repo here: GolangTraining

Alternatively you can clone it with the following command:

git clone https://github.com/GoesToEleven/GolangTraining.git

Or better you can download with the go get utility once you have set up your go path using:

go get github.com/GoesToEleven/GolangTraining

Versions

VersionComment
0.1.0Initial Commit

A quick note

You can keep your go commits clean by running the go clean command in your folders prior to commit.

Contents

01_helloWorld

First file which contains hello world main.go file.

Releases

No releases published

Packages

No packages published

Languages