X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d44a5c508cfa664134daad806d7be9a7cb0bd6ee..767e1199d0e1bdf2b564b5c58a91d29141eb67d7:/doc/_includes/_example_sdk_go.liquid diff --git a/doc/_includes/_example_sdk_go.liquid b/doc/_includes/_example_sdk_go.liquid index 08124e6610..e205c59670 100644 --- a/doc/_includes/_example_sdk_go.liquid +++ b/doc/_includes/_example_sdk_go.liquid @@ -31,6 +31,9 @@ func main() { // type user struct { + // Remember to start each field name with a capital letter, + // otherwise it won't get populated by the arvados client because + // the field will be invisible to it. Uuid string `json:"uuid"` FullName string `json:"full_name"` }