...

Text file src/cloud.google.com/go/longrunning/README.md

Documentation: cloud.google.com/go/longrunning

     1# longrunning
     2
     3[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/longrunning.svg)](https://pkg.go.dev/cloud.google.com/go/longrunning)
     4
     5A helper library for working with long running operations.
     6
     7## Install
     8
     9```bash
    10go get cloud.google.com/go/longrunning
    11```
    12
    13## Go Version Support
    14
    15See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
    16section in the root directory's README.
    17
    18## Contributing
    19
    20Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
    21document for details.
    22
    23Please note that this project is released with a Contributor Code of Conduct.
    24By participating in this project you agree to abide by its terms. See
    25[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
    26for more information.

View as plain text