-
-
Save skyrocknroll/21e4c8264b859d78af3e8349657ac48e to your computer and use it in GitHub Desktop.
[foundationdb] #foundationdb #go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* install the latest fdb client | |
* go mod init fdblearn | |
* go get github.com/apple/foundationdb/bindings/[email protected] | |
* make sure you set apiVersion to <= 600 | |
* because the client library installed is 6.0.18 which is 600. 610 can be used only when 6.1.x client libraries are installed | |
* invalidate the cache and restart if ide complains. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment