From 3d289101787b52dbf99e1205227408fce4f4f8f7 Mon Sep 17 00:00:00 2001 From: nite Date: Sun, 6 Apr 2025 13:24:02 +1000 Subject: [PATCH] README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index cdb9746..a7d7a0f 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,21 @@ func main() { } ``` +## Example Projects + +- [igdb-database](https://github.com/bestnite/igdb-database) + +## Dependencies + +- [go-resty/resty](https://github.com/go-resty/resty) +- [google/protobuf](https://github.com/google/protobuf) +- [bestnite/go-flaresolverr](https://github.com/bestnite/go-flaresolverr) +- [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) + ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. + +## License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.