From d18c5ad34b15c362ff0de332972c426d9c6f335c Mon Sep 17 00:00:00 2001 From: Jason Buberel Date: Wed, 2 Sep 2015 08:49:51 -0700 Subject: [PATCH] Swap order --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 1fcf4776..61ab9a65 100644 --- a/Home.md +++ b/Home.md @@ -39,8 +39,8 @@ Ready to write some Go code of your own? Here are a few links to help you get s - [Go IDEs and Editors](IDEsAndTextEditorPlugins) - Information on how to use your favorite editor with Go. - [Tools for working with Go code](CodeTools) - Formatting, linting, vetting, refactoring. - Finding Go Libraries & Tools - - Start by searching [godoc.org](http://godoc.org) - - Then check this list of [Go open source projects](Projects) for additional search tools and curated lists. + - Start here: [Go open source projects](Projects). + - Search for Go packages: [godoc.org](http://godoc.org) - [Managing your dependencies](PackageManagementTools) - An overview of the tools you can use to manage the libraries that your application depends on. - Publishing Go Packages as Open Source - Getting ready to publish your package? [Start here.](PackagePublishing)