Vajahat Kareem
Results
1
issues of
Vajahat Kareem
## Description I have a base64 `yJUaW1lIjoiMjAyMi0wOC0wNlQxODoxMzo1Ni45OTA3MjkrMDU6MzAifQo=` which decodes to `{"Time":"2022-08-06T18:13:56.990729+05:30"}` Now I wanted to pass this encoded base64 in `queryparam` and unmarshal it to struct. But I found it...