From 0cc624c09fe1066681479405e961148caf7eea4a Mon Sep 17 00:00:00 2001 From: Takahiro Sugiura Date: Thu, 16 Jun 2022 22:06:38 +0900 Subject: [PATCH] fixed status icon for Go language that it is Generally Available --- gh-pages/content/overview/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-pages/content/overview/features.md b/gh-pages/content/overview/features.md index 69de127d17..6639ac1a0e 100644 --- a/gh-pages/content/overview/features.md +++ b/gh-pages/content/overview/features.md @@ -33,7 +33,7 @@ The following target languages are currently offered by `jsii-pacmak`, or are cu | Language | Status | | ---------- | ---------------------------------------------- | | C# | :octicons-check-circle-24: Generally Available | -| Go | :octicons-tools-24: Generally Available | +| Go | :octicons-check-circle-24: Generally Available | | Java | :octicons-check-circle-24: Generally Available | | JavaScript | :octicons-check-circle-24: Generally Available | | Kotlin | :octicons-tools-24: Development |