Go-Solr icon indicating copy to clipboard operation
Go-Solr copied to clipboard

Error in readme documentation

Open camway opened this issue 8 years ago • 0 comments

The line:

s, err := solr.Init("localhost", 8983)

Should be:

s, err := solr.Init("localhost", 8983, "resource_name")

camway avatar Jul 18 '17 14:07 camway