Skip to content

docs: replace lowercase "go" and "llgo" with "Go" and "LLGo" in documentation#539

Merged
luoliwoshang merged 3 commits into
mainfrom
copilot/fix-538
Aug 8, 2025
Merged

docs: replace lowercase "go" and "llgo" with "Go" and "LLGo" in documentation#539
luoliwoshang merged 3 commits into
mainfrom
copilot/fix-538

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Aug 8, 2025

This PR fixes inconsistent capitalization of "go" and "llgo" throughout the documentation to properly refer to the Go programming language and LLGo tool.

Changes Made

Documentation Files:

  • README.md: Fixed "go pacakge" → "Go package" (also correcting typo) and "llgo" → "LLGo" when referring to the tool
  • doc/en/dev/llcppg.md: Updated multiple instances where "llgo" should be "LLGo", improved grammar from "llgo need" → "LLGo needs", and added proper spacing/punctuation
  • .github/workflows/go.yml: Updated workflow step name from "Test For llgo and go" → "Test For LLGo and Go"

What Was Preserved

The changes are surgical and only affect references to the programming language and tool names. All command names, URLs, code blocks, file extensions, and configuration fields remain unchanged as required:

  • Command invocations like go install, llgo test remain lowercase
  • Code block language specifiers like \``go` remain lowercase
  • URLs and file references remain unchanged
  • JSON configuration field names like "go" field remain lowercase

Validation

  • All existing tests pass
  • Comprehensive search confirms no inappropriate changes were made
  • Only 8 total lines changed across 3 files
  • Changes improve consistency without breaking functionality

Fixes #538.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

…nd "LLGo"

Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
@luoliwoshang luoliwoshang marked this pull request as ready for review August 8, 2025 01:49
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
@luoliwoshang luoliwoshang requested a review from MeteorsLiu August 8, 2025 01:49
Copilot AI changed the title [WIP] docs:replace all go and llgo with Go and LLGo in documentation docs: replace lowercase "go" and "llgo" with "Go" and "LLGo" in documentation Aug 8, 2025
Copilot AI requested a review from luoliwoshang August 8, 2025 01:50
Copy link
Copy Markdown
Contributor

@luoliwoshang luoliwoshang left a comment

Choose a reason for hiding this comment

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

LGTM

@luoliwoshang luoliwoshang merged commit c4e2398 into main Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs:replace all go and llgo with Go and LLGo in documentation

3 participants