mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add tools and editor plugins section
This commit is contained in:
parent
6ef1302090
commit
75067d95b3
15
README.md
15
README.md
@ -15,6 +15,9 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
|||||||
- [Text Processing](#text-processing)
|
- [Text Processing](#text-processing)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
|
- [Go Tools](#tools)
|
||||||
|
- [Editor](#editors)
|
||||||
|
- [Tools](#develpment-tools)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [(e)Books](#ebooks)
|
- [(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.
|
* [gosndfile](https://github.com/mkb218/gosndfile) - Go bindings for libsndfile.
|
||||||
* [go-sox](https://github.com/krig/go-sox) - libsox bindings for go.
|
* [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
|
# Resources
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user