go-client
go-client copied to clipboard
Go HTTP client for Ponzu
not sure why I left this undone, but adding here as a reminder, or if someone else wants to contribute.
Wishing to hear opinions.. I would prefer a faster API that can still work with json but I can use protobufs too. I want to do some work on extending...
Would this be useful? Not 100% sure about how/where `driver.Valuer` would be used, but a making a `*client.APIResponse` implement the `sql.Scanner` interface would let users do: ```go resp, err :=...