Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/uuid.go: Use envT in run() | EuAndreh | 2025-05-15 | 1 | -4/+4 |
* | Support UUIDv7, with -vN for choosing | EuAndreh | 2025-05-07 | 7 | -22/+530 |
* | tests/{cli-opts,integration}.sh: Add test implementations | EuAndreh | 2025-05-04 | 3 | -0/+202 |
* | Add standalone uuid(1) utility | EuAndreh | 2025-05-04 | 2 | -0/+0 |
* | re s/guuid/uuid/g | EuAndreh | 2025-05-03 | 6 | -7/+7 |
* | tests/guuid.go: Use os.Exit over assert when testing panic | EuAndreh | 2025-01-15 | 1 | -1/+1 |
* | tests/guuid.go: Add test for panic inside New() | EuAndreh | 2025-01-14 | 1 | -0/+13 |
* | Setup conventional functional tests, fuzz targets and benchmarks | EuAndreh | 2024-10-20 | 9 | -11/+164 |
* | src/guuid.go: Remove NewBytes() | EuAndreh | 2024-10-19 | 1 | -15/+0 |
* | src/guuid.go: Remove "uuid" prefix from constants | EuAndreh | 2024-09-28 | 1 | -1/+1 |
* | src/guuid.go: Rename XxxError to ErrXxx | EuAndreh | 2024-09-28 | 1 | -3/+4 |
* | src/guuid.go: Add NewBytes() function | EuAndreh | 2024-09-22 | 1 | -0/+15 |
* | Initial version of v4 UUID | EuAndreh | 2024-09-13 | 3 | -0/+265 |