Broken anchor links (#1505)

* A few anchor links were broken, likely since f105e6d6ad

* Add osamingo/shamoji library (#1504)

* GUI - split by two categories - Toolkits and Interaction and support info for toolkits

* GUI - Put QT into the Toolkits sub category

* GUI - Toolkits - fix order

* replaced &'s with and's
This commit is contained in:
joelterry 2017-07-29 07:45:49 -07:00 committed by Avelino
parent 880eec9381
commit 67fedeaf52

View File

@ -11,8 +11,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
### Contents
- [Awesome Go](#awesome-go)
- [Audio & Music](#audiomusic)
- [Authentication & OAuth](#authentication--oauth)
- [Audio and Music](#audio-and-music)
- [Authentication and OAuth](#authentication-and-oauth)
- [Command Line](#command-line)
- [Configuration](#configuration)
- [Continuous Integration](#continuous-integration)
@ -20,7 +20,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Data Structures](#data-structures)
- [Database](#database)
- [Database Drivers](#database-drivers)
- [Date & Time](#date--time)
- [Date and Time](#date-and-time)
- [Distributed Systems](#distributed-systems)
- [Email](#email)
- [Embeddable Scripting Languages](#embeddable-scripting-languages)
@ -28,7 +28,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Financial](#financial)
- [Forms](#forms)
- [Game Development](#game-development)
- [Generation & Generics](#generation--generics)
- [Generation and Generics](#generation-and-generics)
- [Go Compilers](#go-compilers)
- [Goroutines](#goroutines)
- [GUI](#gui)
@ -83,7 +83,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Websites](#websites)
- [Tutorials](#tutorials)
## Audio/Music
## Audio and Music
*Libraries for manipulating audio.*
@ -103,7 +103,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [vorbis](https://github.com/mccoyst/vorbis) - A "native" Go Vorbis decoder (uses CGO, but has no dependencies).
* [waveform](https://github.com/mdlayher/waveform) - Go package capable of generating waveform images from audio streams.
## Authentication & OAuth
## Authentication and OAuth
*Libraries for implementing authentications schemes.*
@ -369,7 +369,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [goes](https://github.com/belogik/goes) - A library to interact with Elasticsearch.
* [skizze](https://github.com/seiflotfy/skizze) - A probabilistic data-structures service and storage.
## Date & Time
## Date and Time
*Libraries for working with dates and times.*
@ -498,7 +498,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [raylib-go](https://github.com/gen2brain/raylib-go) - Go bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use library to learn videogames programming.
* [termloop](https://github.com/JoelOtter/termloop) - Terminal-based game engine for Go, built on top of Termbox
## Generation & Generics
## Generation and Generics
*Tools to enhance the language with features like generics via code generation.*