Datadog library for Go to enable tracing and custom metric submission from Google Cloud Run Functions (1st gen).
tests can be run with go test -v ./datadogserverlesscompat
or by utilizing the dockerfile to run the tests in a linux container
docker build -t test-package .
docker run test-package