Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Created July 19, 2022 10:28
Show Gist options
  • Select an option

  • Save nidhi-canopas/6f0f373e9e596303695404f3be750187 to your computer and use it in GitHub Desktop.

Select an option

Save nidhi-canopas/6f0f373e9e596303695404f3be750187 to your computer and use it in GitHub Desktop.
func MockJsonDelete(c *gin.Context, params gin.Params) {
c.Request.Method = "DELETE"
c.Request.Header.Set("Content-Type", "application/json")
c.Set("user_id", 1)
c.Params = params
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment