• by trebor on 5/23/2013, 5:25:12 PM

    I didn't realize this, but this is a Persona client library not a Persona server. Not sure why I confused them, but figure it was worth mentioning.

  • by krf on 5/23/2013, 6:10:58 PM

    I'm new to Go but shouldn't the defer rawResp.Body.Close() be done after the error checking. If there is an error wouldn't rawResp be nil ?