Files
llgo/cmd/llgo.next/version_cmd.gox

12 lines
164 B
Plaintext
Raw Normal View History

2025-05-04 14:04:43 +08:00
import (
"runtime"
"github.com/goplus/llgo/internal/env"
)
short "print LLGo version"
run => {
echo "llgo ${env.version} ${runtime.GOOS}/${runtime.GOARCH}"
}