Skip to content

Instantly share code, notes, and snippets.

@skyrocknroll
Last active March 31, 2019 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyrocknroll/21e4c8264b859d78af3e8349657ac48e to your computer and use it in GitHub Desktop.
Save skyrocknroll/21e4c8264b859d78af3e8349657ac48e to your computer and use it in GitHub Desktop.
[foundationdb] #foundationdb #go
* install the latest fdb client
* go mod init fdblearn
* go get github.com/apple/foundationdb/bindings/go@release-6.0
* 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