[skip ci] Fix go code format in Schema doc (#11487)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-11-09 19:01:58 +08:00 committed by GitHub
parent cd9f23fe71
commit 5f0a9fc9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ type FieldSchema struct {
DataType DataType
TypeParams []*commonpb.KeyValuePair
IndexParams []*commonpb.KeyValuePair
AutoID bool
AutoID bool
}
```