vanng822 / go-solr

Solr client in Go, core admin, add docs, update, delete, search and more
MIT License
69 stars 42 forks source link

Error for Delete function in solr.go #52

Open Palit-Mukul opened 4 years ago

Palit-Mukul commented 4 years ago

The following error is coming when message is being created in delete function in solr.go Failed to evaluate expression - Message (type github.com/vanng822/go-solr/solr.M) is not a struct

  1. delete function is expecting a data of type map[string]interface{} and then this data is being used as interface{} value for message variable but an error is coming there