From 6f263f671180ee12d1458b8f3261b873514ef14f Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 1 Mar 2025 09:20:36 +0300 Subject: [PATCH] Remove deprecated Go compilers from the category --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1d3b6e462ba..28eb2cefafd 100644 --- a/README.md +++ b/README.md @@ -1296,12 +1296,8 @@ _Geographic tools and servers_ _Tools for compiling Go to other languages._ -- [c2go](https://github.com/goplus/c2go) - Convert C code to Go code. - [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. -- [esp32](https://github.com/andygeiss/esp32-transpiler) - Transpile Go into Arduino code. -- [f4go](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code. - [gopherjs](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. -- [tardisgo](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. - [go2hx](https://github.com/go2hx/go2hx) - Compiler from Go to Haxe to Javascript/C++/Java/C#. **[⬆ back to top](#contents)**