# go-log-cache **Repository Path**: mirrors_cloudfoundry/go-log-cache ## Basic Information - **Project Name**: go-log-cache - **Description**: Go Client Library for Log Cache - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Log Cache - Go Client [![Go Report Card](https://goreportcard.com/badge/code.cloudfoundry.org/go-log-cache)](https://goreportcard.com/report/code.cloudfoundry.org/go-log-cache) [![Go Reference](https://pkg.go.dev/badge/code.cloudfoundry.org/go-log-cache.svg)](https://pkg.go.dev/code.cloudfoundry.org/go-log-cache) A Go client for the [Log Cache](https://github.com/cloudfoundry/log-cache-release). ## Getting Started ### Installing ```bash go get code.cloudfoundry.org/go-log-cache ``` ### Basic Usage See [examples](examples). ## Contributing Cloud Foundry uses GitHub to manage reviews of pull requests and issues. * If you have a trivial fix or improvement, go ahead and create a pull request. * If you plan to do something more involved, first discuss your ideas in [Slack](https://cloudfoundry.slack.com/archives/CUW93AF3M). This will help avoid unnecessary work :). * Make sure you've signed the CLA! ## Versioning We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/cloudfoundry/go-log-cache/tags). ## License This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.