Skip to content

Docs: add Go to the main README - #7754

Merged
chetantoshniwal merged 6 commits into
microsoft:mainfrom
qmuntal:dev/qmuntal/godoc
Aug 21, 2026
Merged

Docs: add Go to the main README#7754
chetantoshniwal merged 6 commits into
microsoft:mainfrom
qmuntal:dev/qmuntal/godoc

Conversation

@qmuntal

@qmuntalQuim Muntal (qmuntal) commented Aug 19, 2026

Copy link
Copy Markdown
Member

Motivation & Context

The repository includes a Go directory, while the Go SDK is developed and supported in a separate repository. A clear cross-reference prevents users from looking for Go documentation, samples, contribution guidance, or issue tracking in the Python/.NET repository.

Description & Review Guide

  • What are the major changes? Adds a single explicit Go SDK cross-reference to the main README and a small go/README.md redirect to the dedicated Go repository.
  • What is the impact of these changes? Documentation-only. The main README remains focused on Python and .NET while clearly directing Go users to the correct repository.
  • What do you want reviewers to focus on? Verify that the wording clearly separates repository ownership and routes Go users to the dedicated repository.

Related Issue

Fixes#7753

Contribution Checklist

  • The code builds clean without any errors or warnings
  • All unit tests pass, and I have added new tests where possible
  • The PR follows the Contribution Guidelines
  • This PR is linked to an issue and there is no other open PR for this issue (see Related Issue above).
  • This is not a breaking change. If it is a breaking change, add the breaking change label (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.

CopilotAI balanced review requested due to automatic review settings August 19, 2026 06:20
@agent-framework-automationagent-framework-automationBot added the documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs label Aug 19, 2026

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds public-preview Go SDK discovery and onboarding to the main documentation.

Changes:

  • Adds Go links, installation, quickstart, features, and samples.
  • Adds a local Go README redirecting to the dedicated repository.
  • Updates the README navigation and environment guidance.
Show a summary per file
FileDescription
README.mdIntegrates Go throughout the main documentation.
go/README.mdRedirects Go users to the dedicated repository.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 2/2 changed files
  • Comments generated: 3
  • Review effort level: Balanced

Comment threadREADME.md Outdated
Comment threadREADME.md Outdated
Comment threadREADME.md Outdated
Comment threadREADME.md
This was referenced Aug 24, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationUsage: [Issues, PRs], Target: documentation in the code base and learn docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET: Docs: Add Go to the main README

5 participants

@qmuntal@moonbox3@rogerbarreto@chetantoshniwal