From e13c1571193c3af5acda252adade4d3c45b5c245 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 10 May 2018 18:40:50 +0300 Subject: [PATCH] add c4go (#1924) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6176651f..77f72f2c 100644 --- a/README.md +++ b/README.md @@ -592,6 +592,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for compiling Go to other languages.* +* [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. * [gopherjs](https://github.com/gopherjs/gopherjs) - 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.