fauna / fauna-go

Go driver for Fauna v10 (current)
https://fauna.com
Mozilla Public License 2.0
6 stars 3 forks source link

Fix v2 imports and readme #159

Closed pnwpedro closed 5 months ago

pnwpedro commented 5 months ago

Problem

Imports were not updated for v2, causing v2 to depend on v1. This means the current project does not build, and for users to use the v2 client, they must depend on the v1 client as well.

Solution

Update the imports everywhere and make the last fix to the readme.

Result

What will change as a result of your pull request? Note that sometimes this section is unnecessary because it is self-explanatory based on the solution.

Testing

Project builds without requiring a v1 import.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.