From 75067d95b3c0fe0034d698c8e2da2b13bffd295a Mon Sep 17 00:00:00 2001 From: Marin Date: Sun, 6 Jul 2014 16:27:07 -0700 Subject: [PATCH 1/4] Add tools and editor plugins section --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 716fb6c..1999b06 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Text Processing](#text-processing) - [Testing](#testing) - [Audio](#audio) +- [Go Tools](#tools) + - [Editor](#editors) + - [Tools](#develpment-tools) - [Resources](#resources) - [Websites](#websites) - [(e)Books](#ebooks) @@ -143,6 +146,18 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [gosndfile](https://github.com/mkb218/gosndfile) - Go bindings for libsndfile. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. +# Tools + +Development tools and editor plugins. + +## Editor Plugins + +* [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 # Resources From 9422b188229659c67ffb372f8731ce5ad03f2521 Mon Sep 17 00:00:00 2001 From: Marin Date: Sun, 6 Jul 2014 16:28:42 -0700 Subject: [PATCH 2/4] Update README.md fix spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1999b06..d296b49 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 3/4] 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 d296b49..4fb2dc6 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 From 7f52a19b6a2ee53ac365ed1876eb9a4db5c08e1c Mon Sep 17 00:00:00 2001 From: Marin Date: Sun, 6 Jul 2014 17:07:49 -0700 Subject: [PATCH 4/4] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c3dbb7..63adcfe 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Audio](#audio) - [Video](#video) - [Game Development](#game-development) - - [Editor Plugins](#editors) + - [Editor Plugins](#editor-plugins) - [DevOps Tools](#devops-tools) - [Utilities](#utilities) - [Logging](#logging)