summaryrefslogtreecommitdiff
path: root/tests/guuid.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* re s/guuid/uuid/gEuAndreh2025-05-031-261/+0
* 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
* 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-131-0/+247