Thanks for contributing to timestamp.
- Fork and clone the repository.
go mod downloadgo test ./...
- Run
go fmt ./...andgo vet ./.... - Preserve monotonic guarantees in all code paths.
- Update
docs/when initialization or configuration changes. - Avoid adding network calls on the hot path after init.
Note changes under ## [Unreleased] in CHANGELOG.md.