diff --git a/check.go b/check.go index edc730a..5a40c4b 100644 --- a/check.go +++ b/check.go @@ -11,8 +11,8 @@ import ( type Result struct { // list of any failures in the Check Failures []Failure `json:"failures"` - Missing []Entry - Extra []Entry + Missing []Entry `json:"missing,omitempty"` + Extra []Entry `json:"extra,omitempty"` } // Failure of a particular keyword for a path