Merge pull request #1386 from goplus/xgopilot/claude/issue-1385-1762256384

chore: remove deprecated //export LLGoVersion comment
This commit is contained in:
xushiwei
2025-11-10 13:53:02 +08:00
committed by GitHub

View File

@@ -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