Skip to main content

ne-go

resp, err := client.Service("posts").Find() .SetWhere(map[string]interface{}{ "notes": map[string]interface{}{ "$ne": "hello", }, })