richardartoul / nola

MIT License
74 stars 6 forks source link

Add the Close() function inside fdb registry #92

Open rtadepalli opened 1 year ago

rtadepalli commented 1 year ago

The FDB library version was getting pinned in go.work which was an older version, so the Close() function was not accessible. This PR updates the FDB library versions using go get <fdb library>@latest and runs go work sync.

cc @richardartoul