This isn't really a community help question, but s...
# community-help
r
This isn't really a community help question, but seemed like the best place Found a small issue with the Typesense Go Package (and reported it on Github) - I'd love to PR a fix, but don't have the necessary permissions - is there any way outsiders can make PRs?
j
You should be able to fork the repo and submit a PR
1
Btw, with the go package, the types are generated from the OpenAPI spec here: https://github.com/typesense/typesense-api-spec So you might want to first do a PR in that repo, and we can then auto-generated the types for the go lib based on that
r
awesome - i'll do that!