add readme

This commit is contained in:
Greg Gauthier 2021-03-04 16:52:46 +00:00
parent af64e7937c
commit c580618e36
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# GO-LEARN
Scripts provided by [Go By Example](https://gobyexample.com/), but augmented by me. The purpose of this repo is to provide a starting point for those completely new to GO, but not completely new to programming.
My augmentations are largely just attempts to apply the lesson in more complicated ways, or using different data types. Feel free to add your own examples.