Richard

Results 1 issues of Richard

I have a GET endpoint that searches a resource by converting a struct into a map and passing it to Squirrel ``` whereClauseMap := map[string]interface{}{ user_first: "Joe", user_last: "Shmo", }...