From e64c73adfe2030deda5a851747f42cad17599e41 Mon Sep 17 00:00:00 2001 From: Quentin Quaadgras Date: Mon, 22 Jan 2024 16:04:50 +1300 Subject: [PATCH 1/2] Add Go to the list of community maintained bindings. --- tutorials/scripting/gdextension/what_is_gdextension.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/scripting/gdextension/what_is_gdextension.rst b/tutorials/scripting/gdextension/what_is_gdextension.rst index b8d4fd47705..da62126555d 100644 --- a/tutorials/scripting/gdextension/what_is_gdextension.rst +++ b/tutorials/scripting/gdextension/what_is_gdextension.rst @@ -99,6 +99,7 @@ The bindings below are developed and maintained by the community: - `Haxe `__ - `Rust `__ - `Swift `__ +- `Go `__ .. note:: From dac6aaa4718260c82a7ec04c9d3990778c0a82e2 Mon Sep 17 00:00:00 2001 From: Quentin Quaadgras Date: Tue, 23 Jan 2024 12:10:35 +1300 Subject: [PATCH 2/2] Keep list of community maintained GDExtension bindings in aphabetical order. Co-authored-by: Raul Santos --- tutorials/scripting/gdextension/what_is_gdextension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdextension/what_is_gdextension.rst b/tutorials/scripting/gdextension/what_is_gdextension.rst index da62126555d..2709e26c80b 100644 --- a/tutorials/scripting/gdextension/what_is_gdextension.rst +++ b/tutorials/scripting/gdextension/what_is_gdextension.rst @@ -96,10 +96,10 @@ The bindings below are developed and maintained by the community: .. Please keep languages sorted in alphabetical order. - `D `__ +- `Go `__ - `Haxe `__ - `Rust `__ - `Swift `__ -- `Go `__ .. note::