ross-spencer / spargo

SPARQL helper library for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem: Cannot handle errors connecting to incorrect URLs well enough

ross-spencer opened this issue · comments

If a non-SPARQL endpoint is used by the caller we should be able to handle that better.

I am anticipating this was resolved by a4a7304 and was caused because of the bare panic used for lazy error handling previously.