# README
Google Cloud Trace in Go for Cloud Run and Cloud Functions
# Functions
Init initializes Cloud Trace.
NewHTTPClient returns a tracing http.Client.
NewHTTPHandler returns a tracing http.Handler.
NewHTTPTransport returns a tracing http.RoundTripper.
# Variables
ProjectID should be set to the Google Cloud project ID.
# Structs
HTTPFormat implements propagation.HTTPFormat to propagate traces in HTTP headers for Cloud Trace.