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

Add missing dot

This commit is contained in:
Makhnev Petr 2023-01-11 00:10:22 +04:00 committed by GitHub
parent a075ca76dc
commit 5c91a2f8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,7 @@
- [cjson](https://github.com/lydiandy/cjson) - Wrap cJSON for vlang. - [cjson](https://github.com/lydiandy/cjson) - Wrap cJSON for vlang.
- [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso. 🖍️🎨 - [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso. 🖍️🎨
- [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang. - [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang.
- [pcre2](https://github.com/srackham/pcre2) - Library for processing PCRE regular expressions - [pcre2](https://github.com/srackham/pcre2) - Library for processing PCRE regular expressions.
- [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation. - [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation.
- [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating. - [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating.
- [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. - [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.