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