X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d2f9e7809bd1f63638600c7fc8189182c0f327c0..2f66d4cc05e9442a9bb69969744d0750a02a1ed4:/doc/sdk/go/index.html.textile.liquid diff --git a/doc/sdk/go/index.html.textile.liquid b/doc/sdk/go/index.html.textile.liquid index 81f4f9914b..709b0d5243 100644 --- a/doc/sdk/go/index.html.textile.liquid +++ b/doc/sdk/go/index.html.textile.liquid @@ -4,15 +4,25 @@ navsection: sdk navmenu: Go title: "Installation" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} The Go ("Golang":http://golang.org) SDK provides a generic set of wrappers so you can make API calls easily. -See "Arvados GoDoc":https://godoc.org/git.curoverse.com/arvados.git/sdk/go for detailed documentation. +See "Arvados GoDoc":https://godoc.org/git.arvados.org/arvados.git/sdk/go for detailed documentation. h3. Installation -Use @go get git.curoverse.com/arvados.git/sdk/go/arvadosclient@. The go tools will fetch the relevant code and dependencies for you. +Use @go get git.arvados.org/arvados.git/sdk/go/arvadosclient@. The go tools will fetch the relevant code and dependencies for you. -{% code 'example_sdk_go_imports' as go %} +{% codeblock as go %} +import ( + "git.arvados.org/arvados.git/sdk/go/arvadosclient" + "git.arvados.org/arvados.git/sdk/go/keepclient" +) +{% endcodeblock %} 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