From 742bfd95a2327a934a10e01746de4a86ab5fb34c Mon Sep 17 00:00:00 2001 From: xgopilot Date: Tue, 4 Nov 2025 11:45:10 +0000 Subject: [PATCH] chore: remove deprecated //export LLGoVersion comment 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> --- internal/env/version.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/env/version.go b/internal/env/version.go index c0585546..125546ef 100644 --- a/internal/env/version.go +++ b/internal/env/version.go @@ -30,8 +30,6 @@ const ( var buildVersion string // Version returns the version of the running LLGo binary. -// -//export LLGoVersion func Version() string { if buildVersion != "" { return buildVersion