0
0
Fork 0

fixed syntax

This commit is contained in:
Christos Vontas 2017-11-29 15:17:51 +00:00
parent 6d1862d561
commit 9bcace90f3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
)
type IPRangeQuery struct {
CIDRVal string `json:"cidr", omitempty`
CIDRVal string `json:"cidr, omitempty"`
FieldVal string `json:"field,omitempty"`
BoostVal *Boost `json:"boost,omitempty"`
}