Skip to content

chore: remove deprecated //export LLGoVersion comment#1386

Merged
xushiwei merged 1 commit intomainfrom
xgopilot/claude/issue-1385-1762256384
Nov 10, 2025
Merged

chore: remove deprecated //export LLGoVersion comment#1386
xushiwei merged 1 commit intomainfrom
xgopilot/claude/issue-1385-1762256384

Conversation

@xgopilot
Copy link
Contributor

@xgopilot xgopilot bot commented Nov 4, 2025

Requested by @luoliwoshang

Summary

Removes the deprecated //export LLGoVersion comment from internal/env/version.go as it is no longer needed.

Changes

  • Removed the //export LLGoVersion comment directive from the Version() function

Testing

  • Ran go fmt ./... to ensure proper formatting
  • Ran go test ./internal/env/... to verify the package tests pass
  • All tests in the internal/env package pass successfully

Fixes #1385

Removes the deprecated //export LLGoVersion comment from internal/env/version.go
as it is no longer needed.

Fixes #1385

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.98%. Comparing base (86cafff) to head (742bfd9).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1386   +/-   ##
=======================================
  Coverage   90.98%   90.98%           
=======================================
  Files          43       43           
  Lines       11287    11287           
=======================================
  Hits        10269    10269           
  Misses        859      859           
  Partials      159      159           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@luoliwoshang
Copy link
Member

@xushiwei

@xushiwei xushiwei merged commit 34caf51 into main Nov 10, 2025
42 checks passed
@xgopilot xgopilot bot deleted the xgopilot/claude/issue-1385-1762256384 branch November 10, 2025 05:53
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.

remove deprecate //export LLGoVersion comment

3 participants