Update vendor

This commit is contained in:
Jingfang Liu
2018-06-14 10:07:41 -07:00
parent b7be630924
commit e7ecceb0c2
290 changed files with 59251 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
package tests
//easyjson:json
type DisallowUnknown struct {
FieldOne string `json:"field_one"`
}
var disallowUnknownString = `{"field_one": "one", "field_two": "two"}`