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:
parent
1a8a1ceb0a
commit
80d1aadc50
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user