From cb00bf3d7b37cdbad568948194d84ee08a289ee2 Mon Sep 17 00:00:00 2001 From: Guillaume Laforge Date: Mon, 24 Aug 2015 06:11:38 +0200 Subject: [PATCH] Typo on error handling --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 19d0616c..593f4205 100644 --- a/Home.md +++ b/Home.md @@ -54,7 +54,7 @@ Once you have an overview of the language, here are resources you can use to lea - [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced. - [The Go Bridge Foundry](https://github.com/gobridge) - A member of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to underrepresented communities. - [More on concurrency](LearnConcurrency) - - [More on error handline](LearnErrorHandling) + - [More on error handling](LearnErrorHandling) - [More on server programming](LearnServerProgramming) - [More on testing](LearnTesting) - [Books](Books) - A list of Go books that have been published (ebook, paper)