Skip to content

JayWebDevCom/Golang-course

Repository files navigation

Golang-course

if there is a main.go in any of the sub-directories e.g. concurrency/ or interfaces/:

go run main.go

if there is a single .go file e.g. my-runes/

go run <name>.go

otherwise cd into a sub-directory

go build
./<execuable>

About

Working through a Udemy course on Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages