1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix check-markdown for vlib/v/pkgconfig/README.md

This commit is contained in:
Delyan Angelov 2021-01-16 14:34:14 +02:00
parent 1a8a1ceb0a
commit 80d1aadc50
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -57,6 +57,7 @@ $
Using the API in your own programs:
```v
import v.pkgconfig
opt := pkgconfig.Options{}
mut pc := pkgconfig.load('expat', opt) or { panic(err) }
println(pc.libs)