# Installing bindings with Go modules

**URL:** https://forums.foundationdb.org/t/installing-bindings-with-go-modules/1182
**Category:** Using FoundationDB
**Created:** [February 25, 2019, 12:37am UTC](https://forums.foundationdb.org/t/installing-bindings-with-go-modules/1182 "2019-02-25T00:37:18Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Vasilii](https://avatars.discourse-cdn.com/v4/letter/v/258eb7/32.png) [@Vasilii](https://forums.foundationdb.org/u/Vasilii)
#### Post date: [March 7, 2019, 10:33am UTC](https://forums.foundationdb.org/t/installing-bindings-with-go-modules/1182/5 "2019-03-07T10:33:20Z")

</div>

we use (go mod on)  
go get [github.com/apple/foundationdb/bindings/go@release-6.0](http://github.com/apple/foundationdb/bindings/go@release-6.0)  
and install client  
[https://www.foundationdb.org/download/](https://www.foundationdb.org/download/)

- [foundationdb-clients\_6.0.18-1\_amd64.deb](https://www.foundationdb.org/downloads/6.0.18/ubuntu/installers/foundationdb-clients_6.0.18-1_amd64.deb) ( [checksum](https://www.foundationdb.org/downloads/6.0.18/ubuntu/installers/foundationdb-clients_6.0.18-1_amd64.deb.sha256) )

---

_[View the full topic](https://forums.foundationdb.org/t/installing-bindings-with-go-modules/1182)._
