Peter Morgan
Peter Morgan
I got around this by installing libcurl (specifically libcurl4-openssl-dev). My build host is raspbian. I had to modify the source to patch out one of the cases in error.cpp, but...
Is there a plan to include this feature?
I'm confused by this too. Right now, instead of using the `if err != nil` pattern, I'm using: ``` if test := CheckResponse(resp); test != nil { // do stuff...
That's a cool idea! It reminded me of an idea from the initial implementation. Years of breaking software update implementations led me to The Update Framework awhile back: https://theupdateframework.io/ It...