How to recreate:
frisby.Create("Test GET /resource?type=xyz").
SetHeader("Content-Type", "application/json").
Get(GetAbsURL("/resource")).
SetParam(“type”, “xyz”).
Send()
Error:
panic: assignment to entry in nil map [recovered]
panic: assignment to entry in nil map
How to recreate: frisby.Create("Test GET /resource?type=xyz"). SetHeader("Content-Type", "application/json"). Get(GetAbsURL("/resource")). SetParam(“type”, “xyz”). Send()
Error: panic: assignment to entry in nil map [recovered] panic: assignment to entry in nil map