README.md

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