doc.go 487 B

1234567891011
  1. // Copyright 2019 Google LLC.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package transport provides utility methods for creating authenticated
  5. // transports to Google's HTTP and gRPC APIs. It is intended to be used in
  6. // conjunction with google.golang.org/api/option.
  7. //
  8. // This package is not intended for use by end developers. Use the
  9. // google.golang.org/api/option package to configure API clients.
  10. package transport