From 2f56ecd9fff89b6536f68f5048e9b7dcdb73eed5 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 27 Sep 2023 19:04:08 +0200 Subject: [PATCH] Add link to Go implementation (#34) --- src/_includes/partials/implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index 6537829..0f2638f 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -18,6 +18,7 @@ * OCaml: [ocaml-kdl](https://github.com/Bannerets/ocaml-kdl) * Nim: [kdl-nim](https://github.com/Patitotective/kdl-nim) * Common Lisp: [kdlcl](https://github.com/chee/kdlcl) +* Go: [gokdl](https://github.com/lunjon/gokdl) ## Editor Support