DataDog / datadog-lambda-go

The Datadog AWS Lambda package for Go
Apache License 2.0
59 stars 40 forks source link

Update code example in README.md #42

Closed agocs closed 4 years ago

agocs commented 4 years ago

What does this PR do?

http.NewRequest takes 3 args: string, string, io.Reader, not two. https://golang.org/pkg/net/http/#NewRequest

Checklist