н
Size: a a a
н
SP
// STEP_6. Set the Authorization header result with the below format
//example header:
// Authorization: Signature keyId="57502612d1bb2c0001000025fd53850cd9a94861507a5f7cca236882",algorithm="hmac-
// sha1",headers="date x-mod-nonce",signature="WBMr%2FYdhysbmiIEkdTrf2hP7SfA%3D"
req.Header.Set("Authorization" , value)
value:= fmt.Sprintf("Signature keyId=\"", API_KEY, "\"", "algorithm=\"hmac-sha1\"","headers=\"date x-mod-nonce\"","signature=\"", hmac_SHA1_signature, "\"")
AK
a := (*int)(nil)
DP
ВС
// STEP_6. Set the Authorization header result with the below format
//example header:
// Authorization: Signature keyId="57502612d1bb2c0001000025fd53850cd9a94861507a5f7cca236882",algorithm="hmac-
// sha1",headers="date x-mod-nonce",signature="WBMr%2FYdhysbmiIEkdTrf2hP7SfA%3D"
req.Header.Set("Authorization" , value)
value:= fmt.Sprintf("Signature keyId=\"", API_KEY, "\"", "algorithm=\"hmac-sha1\"","headers=\"date x-mod-nonce\"","signature=\"", hmac_SHA1_signature, "\"")
AK
н
DP
SP
SP
Н
SP
AK
SP
н
var a []string = nil
слайсхедер ведь всё равно создаётся, а нилом является data
, разве не так?DP
var a []string = nil
слайсхедер ведь всё равно создаётся, а нилом является data
, разве не так?Н