diff --git a/internal/env/version.go b/internal/env/version.go index c058554659..125546efe2 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