Skip to content

Commit

Permalink
Sync README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tas-runtime-bot committed May 10, 2024
1 parent 9eb93ed commit 556f92c
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# clock
# Clock

**Note**: This repository should be imported as `code.cloudfoundry.org/clock`.
[![Go Report
Card](https://goreportcard.com/badge/code.cloudfoundry.org/clock)](https://goreportcard.com/report/code.cloudfoundry.org/clock)
[![Go
Reference](https://pkg.go.dev/badge/code.cloudfoundry.org/clock.svg)](https://pkg.go.dev/code.cloudfoundry.org/clock)

Provides a `Clock` interface, useful for injecting time dependencies in tests.
Provides a Clock interface, useful for injecting time dependencies in
tests.

## Reporting issues and requesting features
> \[!NOTE\]
>
> This repository should be imported as `code.cloudfoundry.org/clock`.
Please report all issues and feature requests in [cloudfoundry/diego-release](https://github.com/cloudfoundry/diego-release/issues).
# Contributing

## Contributing
See the [Contributing.md](./.github/CONTRIBUTING.md) for more
information on how to contribute.

For tagging please use the semver compatible version format e.g. `v1.0.0`.
# Working Group Charter

This repository is maintained by [App Runtime
Platform](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md)
under `Diego` area.

> \[!IMPORTANT\]
>
> Content in this file is managed by the [CI task
> `sync-readme`](https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/c83c224ad06515ed52f51bdadf6075f56300ec93/shared/tasks/sync-readme/metadata.yml)
> and is generated by CI following a convention.

0 comments on commit 556f92c

Please sign in to comment.