summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/uuid.go: Use envT in run()EuAndreh2025-05-151-4/+4
* Support UUIDv7, with -vN for choosingEuAndreh2025-05-077-22/+530
* tests/{cli-opts,integration}.sh: Add test implementationsEuAndreh2025-05-043-0/+202
* Add standalone uuid(1) utilityEuAndreh2025-05-042-0/+0
* re s/guuid/uuid/gEuAndreh2025-05-036-7/+7
* tests/guuid.go: Use os.Exit over assert when testing panicEuAndreh2025-01-151-1/+1
* tests/guuid.go: Add test for panic inside New()EuAndreh2025-01-141-0/+13
* Setup conventional functional tests, fuzz targets and benchmarksEuAndreh2024-10-209-11/+164
* src/guuid.go: Remove NewBytes()EuAndreh2024-10-191-15/+0
* src/guuid.go: Remove "uuid" prefix from constantsEuAndreh2024-09-281-1/+1
* src/guuid.go: Rename XxxError to ErrXxxEuAndreh2024-09-281-3/+4
* src/guuid.go: Add NewBytes() functionEuAndreh2024-09-221-0/+15
* Initial version of v4 UUIDEuAndreh2024-09-133-0/+265