# Learn GoLang
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Drew Bednar f88e88b406 Ad notes section 2 years ago
ch1 First chapter setup 2 years ago
.gitignore Initial commit 2 years ago
Makefile.template First chapter setup 2 years ago
README.md Ad notes section 2 years ago

README.md

Learn Golang

Following the O'Reilly "Learning Go: An Idiomatic Approach to Real-World Go Programming"

Notes

  • The use of ./... denotes a wildcard for tools like go fmt. It matches all .go files in the current directory and it's subdirectories.