Merge branch '9353-retry-http-error' closes #9353
[arvados.git] / doc / _includes / _example_sdk_go.liquid
index 08124e661066f43da6fb1637a55d2f73ecb4b4eb..e205c59670550edcbee4c64fa620248e9d390979 100644 (file)
@@ -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"`
        }