From 678bc9d91171cf8904d3ed05412cec62f217be8c Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 15 Jun 2025 21:31:08 +0300 Subject: [PATCH] docs: add Go language support to static code analysis and analyze tool documentation --- docs/docs/core-abilities/static_code_analysis.md | 2 +- docs/docs/tools/analyze.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/core-abilities/static_code_analysis.md b/docs/docs/core-abilities/static_code_analysis.md index 7117a560..e0c84687 100644 --- a/docs/docs/core-abilities/static_code_analysis.md +++ b/docs/docs/core-abilities/static_code_analysis.md @@ -8,7 +8,7 @@ By combining static code analysis with LLM capabilities, Qodo Merge can provide It scans the PR code changes, finds all the code components (methods, functions, classes) that changed, and enables to interactively generate tests, docs, code suggestions and similar code search for each component. !!! note "Language that are currently supported:" - Python, Java, C++, JavaScript, TypeScript, C#. + Python, Java, C++, JavaScript, TypeScript, C#, Go. ## Capabilities diff --git a/docs/docs/tools/analyze.md b/docs/docs/tools/analyze.md index 217ddec7..06cfb223 100644 --- a/docs/docs/tools/analyze.md +++ b/docs/docs/tools/analyze.md @@ -17,4 +17,4 @@ An example result: ![Analyze 1](https://codium.ai/images/pr_agent/analyze_1.png){width=750} !!! note "Language that are currently supported:" - Python, Java, C++, JavaScript, TypeScript, C#. + Python, Java, C++, JavaScript, TypeScript, C#, Go.