Bump to latest SMD to pick up performance optimizations

This commit is contained in:
Joe Betz
2020-02-06 15:10:25 -08:00
parent 9617322727
commit d9faaca647
56 changed files with 1949 additions and 688 deletions

View File

@@ -27,7 +27,7 @@ type Field struct {
Value Value
}
// FieldList is a list of key-value pairs. Each field is expectUpdated to
// FieldList is a list of key-value pairs. Each field is expected to
// have a different name.
type FieldList []Field