diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md b/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md index 59448b216..2f0bb1e2d 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/100-go.md @@ -1 +1,8 @@ -# Go \ No newline at end of file +# Go + +Go is an open source programming language supported by Google. Go can be used to write cloud services, CLI tools, used for API development, and much more. + +Free Content +A Tour of Go – Go Basics +Go Reference Documentation +Go by Example - annotated example programs