While our Python SDK now supports Python 3.4+, our FUSE driver does not yet. On
[arvados.git] / doc / sdk / go / index.html.textile.liquid
index 75e01d96073f13b226ee15431dbf36cc486c16ac..a06d518666683e44d6838c01dd4c8f2d0a56da8a 100644 (file)
@@ -18,6 +18,11 @@ 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.
 
-<notextile>{% code 'example_sdk_go_imports' as go %}</notextile>
+{% codeblock as go %}
+import (
+       "git.curoverse.com/arvados.git/sdk/go/arvadosclient"
+       "git.curoverse.com/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