Merge pull request #579 from chris-ramon/query-language

Adds query language section.
This commit is contained in:
Thiago Avelino 2015-12-10 05:32:53 -02:00
commit fd2590c01f

View File

@ -47,6 +47,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [OpenGL](#opengl)
- [ORM](#orm)
- [Package Management](#package-management)
- [Query Language](#query-language)
- [Resource Embedding](#resource-embedding)
- [Science and Data Analysis](#science-and-data-analysis)
- [Security](#security)
@ -623,6 +624,14 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [VenGO](https://github.com/DamnWidget/VenGO) - create and manage exportable isolated go virtual environments
## Query Language
* [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
* [graphql](https://github.com/sevki/graphql) - GraphQL implementation in go.
* [graphql-go](https://github.com/chris-ramon/graphql-go) - An implementation of GraphQL for Go.
## Resource Embedding
* [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code.