From 9422b188229659c67ffb372f8731ce5ad03f2521 Mon Sep 17 00:00:00 2001 From: Marin Date: Sun, 6 Jul 2014 16:28:42 -0700 Subject: [PATCH 1/2] Update README.md fix spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1999b063..d296b499 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Testing](#testing) - [Audio](#audio) - [Go Tools](#tools) - - [Editor](#editors) - - [Tools](#develpment-tools) + - [Editor](#editor-plugins) + - [Tools](#development-tools) - [Resources](#resources) - [Websites](#websites) - [(e)Books](#ebooks) From 9b835ff8e82879b54221230ed28ac89d9c6ffec3 Mon Sep 17 00:00:00 2001 From: Marin Date: Sun, 6 Jul 2014 16:30:33 -0700 Subject: [PATCH 2/2] Update README.md Fix punctuation #38 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d296b499..4fb2dc69 100644 --- a/README.md +++ b/README.md @@ -152,12 +152,12 @@ Development tools and editor plugins. ## Editor Plugins -* [vim-go](https://github.com/fatih/vim-go) - Go development plugin for Vim +* [vim-go](https://github.com/fatih/vim-go) - Go development plugin for Vim. * [GoSublime](https://github.com/DisposaBoy/GoSublime) - A Golang plugin collection for the text editor SublimeText 2 providing code completion and other IDE-like features. ## Development Tools -* [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application +* [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application. # Resources