chore: adding link to example-go-bindings repo in readme (#54)

This commit is contained in:
gabrielmer 2025-03-26 16:29:51 +02:00 committed by GitHub
parent 6f95d51df4
commit b4f68a640c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,3 +45,7 @@ buildlib:
sudo chown $(USER) third_party &&\
make -C waku
```
## Example Usage
For an example on how to use this package, please take a look at our [example-go-bindings](https://github.com/gabrielmer/example-waku-go-bindings) repo