8784: Fix test for latest firefox.
[arvados.git] / doc / sdk / go / index.html.textile.liquid
1 ---
2 layout: default
3 navsection: sdk
4 navmenu: Go
5 title: "Installation"
6 ...
7
8 The Go ("Golang":http://golang.org) SDK provides a generic set of wrappers so you can make API calls easily.
9
10 See "Arvados GoDoc":https://godoc.org/git.curoverse.com/arvados.git/sdk/go for detailed documentation.
11
12 h3. Installation
13
14 Use @go get git.curoverse.com/arvados.git/sdk/go/arvadosclient@.  The go tools will fetch the relevant code and dependencies for you.
15
16 <notextile>{% code 'example_sdk_go_imports' as go %}</notextile>
17
18 If you need pre-release client code, you can use the latest version from the repo by following "these instructions.":https://dev.arvados.org/projects/arvados/wiki/Go#Using-Go-with-Arvados