From d7706c62a54083681cdca9c7ed73f65804986938 Mon Sep 17 00:00:00 2001 From: sblinch Date: Tue, 17 Oct 2023 15:30:49 -0700 Subject: [PATCH] Add kdl-go to implementations.md --- src/_includes/partials/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index 0f2638f..f94fb36 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -18,7 +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) +* Go: [gokdl](https://github.com/lunjon/gokdl), [kdl-go](https://github.com/sblinch/kdl-go) ## Editor Support