flextime icon indicating copy to clipboard operation
flextime copied to clipboard

flextime improves time testability by replacing the backend clock flexibly.

Results 1 flextime issues
Sort by recently updated
recently updated
newest added

Test may be flaky. check script test.sh ```bash #!/usr/bin/env bash for i in $(seq 10); do echo "$i" go test ./... -race -count=1 || true done ``` Result ``` $...