Skip to content

Instantly share code, notes, and snippets.

@sumanthkumarc
Created August 3, 2022 17:19
Show Gist options
  • Save sumanthkumarc/74aad159ef70a6f803cfa1a9ea0fa6c5 to your computer and use it in GitHub Desktop.
Save sumanthkumarc/74aad159ef70a6f803cfa1a9ea0fa6c5 to your computer and use it in GitHub Desktop.
req, err := http.NewRequest("POST", "/tokens/dataplane", bytes.NewReader(reqBytes))
if err != nil {
return "", errors.Wrap(err, "could not construct the request")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment