From a2700ca5e57c6466e48c644da6a0c1c93e5ab70c Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 30 Jan 2018 16:45:54 +0100 Subject: finalize Account.Post() design, add initial account tests Failing right now because compileHeaders() is a stub. --- headers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'headers.go') diff --git a/headers.go b/headers.go index 0d9f0e0..2153d9d 100644 --- a/headers.go +++ b/headers.go @@ -189,7 +189,7 @@ func parseHeaders(hdr http.Header, target interface{}) error { }) } -func compileHeaders(headers interface{}) map[string]string { +func compileHeaders(headers interface{}, opts *RequestOptions) RequestOptions { panic("TODO") } -- cgit v1.2.3