Feature #18672
Updated by Ward Vandewege almost 3 years ago
Something like
<pre>
import (
"git.arvados.org/arvados.git/lib/arvados"
)
</pre>
<pre>
// Get an Arvados API object (cf. https://pkg.go.dev/git.arvados.org/arvados.git@v0.0.0-20220124190027-e372194dc9b4/sdk/go/arvados#API)
arv := arvados.NewClient()
</pre>
We can then add examples for all the functions available on the API object.
We can rename all the other types in the arvados module? Or move them elsewhere? Or at least make the godoc index more indented/easier to read?