From c580618e36b6ed215cae35ae6b5ad1bca9adc2a0 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 4 Mar 2021 16:52:46 +0000 Subject: [PATCH] add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..82b3e88 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file