supabase-community / postgrest-go

Isomorphic Go client for PostgREST. (Now Updating)
https://supabase.io
Apache License 2.0
170 stars 27 forks source link

change the package references #47

Closed yusufpapurcu closed 5 months ago

yusufpapurcu commented 7 months ago

What kind of change does this PR introduce?

changing the package references since the org name is changed.

Also removing the dependency to the package itself in go.mod

Also fixing some broken links in readme

What is the current behavior?

To change the source code you need to edit the vendor/shared package somewhere in your system. Changing the code in same project doesn't effect the test scripts under test/

What is the new behavior?

Changing code inside the repository effects the test scripts under test/

Additional context

Add any other context or screenshots.