Remove gqlc (#2297)

This commit is contained in:
Ceriath 2018-12-21 18:47:25 +01:00 committed by Kirill Danshin
parent 9df600bb7d
commit 24024667e1

View File

@ -1484,7 +1484,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go.
* [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files.
* [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection.
* [gqlc](https://github.com/Zaba505/gqlc) - Code generator which makes creating GraphQL applications a breeze.
* [gron](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Grons scheduler will run them accordingly.
* [gubrak](https://gubrak.github.io/) - Golang utility library with syntactic sugar. It's like lodash, but for golang.
* [htcat](https://github.com/htcat/htcat) - Parallel and Pipelined HTTP GET Utility.