projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
12452: Fix test
[arvados.git]
/
doc
/
_includes
/
_example_sdk_go_imports.liquid
1
{% comment %}
2
Copyright (C) The Arvados Authors. All rights reserved.
3
4
SPDX-License-Identifier: CC-BY-SA-3.0
5
{% endcomment %}
6
7
import (
8
"git.curoverse.com/arvados.git/sdk/go/arvadosclient"
9
"git.curoverse.com/arvados.git/sdk/go/keepclient"
10
)