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.