add Go compilers to awesome go's sections

checkGoreportcard
Arinde Eniola 9 years ago
parent cb099ebb97
commit a129095a0f

@ -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)
@ -374,6 +375,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*

Loading…
Cancel
Save