From b414e388fef16b14eb969ff4b0cea3a2d28bb0a0 Mon Sep 17 00:00:00 2001 From: Peter Sanford Date: Thu, 13 May 2021 09:27:09 -0700 Subject: [PATCH] Revert e892e5515e2608d47869ceb4c794e20f67161dce --- Home.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Home.md b/Home.md index a6d0b82f..e7b98d74 100644 --- a/Home.md +++ b/Home.md @@ -1,17 +1,8 @@ Welcome to the Go wiki, a collection of information about the [Go Programming Language](https://golang.org/). [Awesome Go](http://awesome-go.com/) is another great resource for Go programmers, curated by the Go community. -## Download and Install ## - -**Binary Distributions** - -Official binary distributions are available at [https://golang.org/dl/](https://bit.ly/3tPwRK0). - -After downloading a binary release, visit [https://golang.org/doc/install](https://bit.ly/3oa4Uv6) for installation instructions. - -**Install From Source** - -If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source for source installation instructions. +## Questions about Go ## +See [Questions](Questions). ## Contributing ##