Installation

The Go (Golang) SDK provides a generic set of wrappers so you can make API calls easily.

See Arvados GoDoc for detailed documentation.

Installation

Use go get git.arvados.org/arvados.git/sdk/go/arvadosclient. The go tools will fetch the relevant code and dependencies for you.

import (
        "git.arvados.org/arvados.git/sdk/go/arvadosclient"
        "git.arvados.org/arvados.git/sdk/go/keepclient"
)

If you need pre-release client code, you can use the latest version from the repo by following these instructions.


Previous: Next: Examples

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.