ci: fix check-markdown for vlib/v/pkgconfig/README.md
parent
1a8a1ceb0a
commit
80d1aadc50
|
@ -57,6 +57,7 @@ $
|
||||||
Using the API in your own programs:
|
Using the API in your own programs:
|
||||||
```v
|
```v
|
||||||
import v.pkgconfig
|
import v.pkgconfig
|
||||||
|
|
||||||
opt := pkgconfig.Options{}
|
opt := pkgconfig.Options{}
|
||||||
mut pc := pkgconfig.load('expat', opt) or { panic(err) }
|
mut pc := pkgconfig.load('expat', opt) or { panic(err) }
|
||||||
println(pc.libs)
|
println(pc.libs)
|
||||||
|
|
Loading…
Reference in New Issue