Go + FoundationDB - Straight Forward Steps

I had a similar problem with go bindings from the master branch. I solved it by using https://github.com/golang/dep and explicitly setting the version in Gopkg.toml

[[constraint]]
  name = "github.com/apple/foundationdb"
  version = "6.0.18"