Files
llgo/_cmptest/_regexdemo/regex.go

12 lines
145 B
Go
Raw Normal View History

2024-07-29 11:44:49 +08:00
package main
import (
"fmt"
"github.com/goplus/llgo/xtool/env"
)
func main() {
fmt.Println(env.ExpandEnv("$(pkg-config --libs bdw-gc)"))
}