Merge pull request #665 from andela-earinde/add_new_section

Add Go compilers to awesome go's sections
This commit is contained in:
Thiago Avelino 2015-11-05 21:57:38 -02:00
commit c7ec42226e

View File

@ -33,6 +33,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Forms](#forms)
- [Game Development](#game-development)
- [Generation & Generics](#generation--generics)
- [Go Compilers](#go-compilers)
- [GUI](#gui)
- [Hardware](#hardware)
- [Images](#images)
@ -375,6 +376,15 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [pkgreflect](https://github.com/ungerik/pkgreflect) - A Go preprocessor for package scoped reflection.
## Go Compilers
*Tools for compiling Go to other languages*
* [gopherjs](https://github.com/gopherjs/gopherjs) - A compiler from Go to JavaScript.
* [llgo](https://github.com/go-llvm/llgo) - LLVM-based compiler for Go.
* [tardisgo](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler.
## GUI
*Libraries for building GUI Applications*