-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9eb93ed
commit 556f92c
Showing
1 changed file
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |