12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
import (
|
|
"runtime"
|
|
|
|
"github.com/goplus/llgo/internal/env"
|
|
)
|
|
|
|
short "print LLGo version"
|
|
|
|
run => {
|
|
echo "llgo ${env.version} ${runtime.GOOS}/${runtime.GOARCH}"
|
|
}
|