Go Introduction This project is inspired by the book "An Introduction to Programming in GO" by Caleb Doxsey. Docker Environment Prerequisites Docker Engine Docker Compose Setup make up Create a Go Module Tutorial: Create a Go Module docker exec -it go-intro bash go mod init example.com/project/name Useful Links Official Golang Docker Image An Introduction to Programming in GO Introducing Go Go by Example Go Documentation Effective Go 100 Go Mistakes and How to Avoid Them